dropkitContract

package
v0.0.0-...-d4ea93b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DropkitContractABI = "" /* 15663-byte string literal not displayed */

DropkitContractABI is the input ABI used to generate the binding from.

Variables

View Source
var DropkitContractBin = "" /* 35470-byte string literal not displayed */

DropkitContractBin is the compiled bytecode used for deploying new contracts.

Functions

This section is empty.

Types

type DropkitContract

type DropkitContract struct {
	DropkitContractCaller     // Read-only binding to the contract
	DropkitContractTransactor // Write-only binding to the contract
	DropkitContractFilterer   // Log filterer for contract events
}

DropkitContract is an auto generated Go binding around an Ethereum contract.

func DeployDropkitContract

func DeployDropkitContract(auth *bind.TransactOpts, backend bind.ContractBackend, admin common.Address, pool common.Address) (common.Address, *types.Transaction, *DropkitContract, error)

DeployDropkitContract deploys a new Ethereum contract, binding an instance of DropkitContract to it.

func NewDropkitContract

func NewDropkitContract(address common.Address, backend bind.ContractBackend) (*DropkitContract, error)

NewDropkitContract creates a new instance of DropkitContract, bound to a specific deployed contract.

type DropkitContractApproval

type DropkitContractApproval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

DropkitContractApproval represents a Approval event raised by the DropkitContract contract.

type DropkitContractApprovalIterator

type DropkitContractApprovalIterator struct {
	Event *DropkitContractApproval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

DropkitContractApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the DropkitContract contract.

func (*DropkitContractApprovalIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*DropkitContractApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*DropkitContractApprovalIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type DropkitContractCaller

type DropkitContractCaller struct {
	// contains filtered or unexported fields
}

DropkitContractCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewDropkitContractCaller

func NewDropkitContractCaller(address common.Address, caller bind.ContractCaller) (*DropkitContractCaller, error)

NewDropkitContractCaller creates a new read-only instance of DropkitContract, bound to a specific deployed contract.

func (*DropkitContractCaller) Allowance

func (_DropkitContract *DropkitContractCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) constant returns(uint256)

func (*DropkitContractCaller) BalanceOf

func (_DropkitContract *DropkitContractCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address account) constant returns(uint256)

func (*DropkitContractCaller) ColumnsRole

func (_DropkitContract *DropkitContractCaller) ColumnsRole(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (string, error)

ColumnsRole is a free data retrieval call binding the contract method 0xdc8b7f52.

Solidity: function _columnsRole(bytes32 , uint256 ) constant returns(string)

func (*DropkitContractCaller) DEFAULTADMINROLE

func (_DropkitContract *DropkitContractCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)

DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.

Solidity: function DEFAULT_ADMIN_ROLE() constant returns(bytes32)

func (*DropkitContractCaller) Decimals

func (_DropkitContract *DropkitContractCaller) Decimals(opts *bind.CallOpts) (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() constant returns(uint8)

func (*DropkitContractCaller) GetColumnsRole

func (_DropkitContract *DropkitContractCaller) GetColumnsRole(opts *bind.CallOpts, account common.Address, userRoleName string, columnsRole string) ([]string, error)

GetColumnsRole is a free data retrieval call binding the contract method 0x1b6610d4.

Solidity: function getColumnsRole(address account, string userRoleName, string columnsRole) constant returns(string[])

func (*DropkitContractCaller) GetRoleAdmin

func (_DropkitContract *DropkitContractCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)

GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.

Solidity: function getRoleAdmin(bytes32 role) constant returns(bytes32)

func (*DropkitContractCaller) GetRoleMember

func (_DropkitContract *DropkitContractCaller) GetRoleMember(opts *bind.CallOpts, role [32]byte, index *big.Int) (common.Address, error)

GetRoleMember is a free data retrieval call binding the contract method 0x9010d07c.

Solidity: function getRoleMember(bytes32 role, uint256 index) constant returns(address)

func (*DropkitContractCaller) GetRoleMemberCount

func (_DropkitContract *DropkitContractCaller) GetRoleMemberCount(opts *bind.CallOpts, role [32]byte) (*big.Int, error)

GetRoleMemberCount is a free data retrieval call binding the contract method 0xca15c873.

Solidity: function getRoleMemberCount(bytes32 role) constant returns(uint256)

func (*DropkitContractCaller) GetTableMeta

func (_DropkitContract *DropkitContractCaller) GetTableMeta(opts *bind.CallOpts, tableName string) (common.Address, error)

GetTableMeta is a free data retrieval call binding the contract method 0xa799620a.

Solidity: function getTableMeta(string tableName) constant returns(address)

func (*DropkitContractCaller) GetUserColumnsRole

func (_DropkitContract *DropkitContractCaller) GetUserColumnsRole(opts *bind.CallOpts, account common.Address, tableName string) (string, error)

GetUserColumnsRole is a free data retrieval call binding the contract method 0x406ff7b7.

Solidity: function getUserColumnsRole(address account, string tableName) constant returns(string)

func (*DropkitContractCaller) HasDropKitAdmin

func (_DropkitContract *DropkitContractCaller) HasDropKitAdmin(opts *bind.CallOpts, account common.Address) (bool, error)

HasDropKitAdmin is a free data retrieval call binding the contract method 0x2f59f97b.

Solidity: function hasDropKitAdmin(address account) constant returns(bool)

func (*DropkitContractCaller) HasRole

func (_DropkitContract *DropkitContractCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)

HasRole is a free data retrieval call binding the contract method 0x91d14854.

Solidity: function hasRole(bytes32 role, address account) constant returns(bool)

func (*DropkitContractCaller) HasTableAdminRole

func (_DropkitContract *DropkitContractCaller) HasTableAdminRole(opts *bind.CallOpts, account common.Address, AdminRoleName string) (bool, error)

HasTableAdminRole is a free data retrieval call binding the contract method 0x12218076.

Solidity: function hasTableAdminRole(address account, string AdminRoleName) constant returns(bool)

func (*DropkitContractCaller) HasTableMaintainerRole

func (_DropkitContract *DropkitContractCaller) HasTableMaintainerRole(opts *bind.CallOpts, account common.Address, maintainerRoleName string) (bool, error)

HasTableMaintainerRole is a free data retrieval call binding the contract method 0x9b42eec9.

Solidity: function hasTableMaintainerRole(address account, string maintainerRoleName) constant returns(bool)

func (*DropkitContractCaller) HasTableUserRole

func (_DropkitContract *DropkitContractCaller) HasTableUserRole(opts *bind.CallOpts, account common.Address, userRoleName string) (bool, error)

HasTableUserRole is a free data retrieval call binding the contract method 0x015cc689.

Solidity: function hasTableUserRole(address account, string userRoleName) constant returns(bool)

func (*DropkitContractCaller) Name

func (_DropkitContract *DropkitContractCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(string)

func (*DropkitContractCaller) Suspends

func (_DropkitContract *DropkitContractCaller) Suspends(opts *bind.CallOpts, arg0 common.Address) (bool, error)

Suspends is a free data retrieval call binding the contract method 0x257bca3f.

Solidity: function _suspends(address ) constant returns(bool)

func (*DropkitContractCaller) Symbol

func (_DropkitContract *DropkitContractCaller) Symbol(opts *bind.CallOpts) (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() constant returns(string)

func (*DropkitContractCaller) TableMetas

func (_DropkitContract *DropkitContractCaller) TableMetas(opts *bind.CallOpts, arg0 string) (common.Address, error)

TableMetas is a free data retrieval call binding the contract method 0xbbfa9e63.

Solidity: function _tableMetas(string ) constant returns(address)

func (*DropkitContractCaller) TotalSupply

func (_DropkitContract *DropkitContractCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

func (*DropkitContractCaller) UserColumnsRole

func (_DropkitContract *DropkitContractCaller) UserColumnsRole(opts *bind.CallOpts, arg0 common.Address, arg1 string) (string, error)

UserColumnsRole is a free data retrieval call binding the contract method 0x7b354d99.

Solidity: function _userColumnsRole(address , string ) constant returns(string)

type DropkitContractCallerRaw

type DropkitContractCallerRaw struct {
	Contract *DropkitContractCaller // Generic read-only contract binding to access the raw methods on
}

DropkitContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*DropkitContractCallerRaw) Call

func (_DropkitContract *DropkitContractCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type DropkitContractCallerSession

type DropkitContractCallerSession struct {
	Contract *DropkitContractCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts          // Call options to use throughout this session
}

DropkitContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*DropkitContractCallerSession) Allowance

func (_DropkitContract *DropkitContractCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) constant returns(uint256)

func (*DropkitContractCallerSession) BalanceOf

func (_DropkitContract *DropkitContractCallerSession) BalanceOf(account common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address account) constant returns(uint256)

func (*DropkitContractCallerSession) ColumnsRole

func (_DropkitContract *DropkitContractCallerSession) ColumnsRole(arg0 [32]byte, arg1 *big.Int) (string, error)

ColumnsRole is a free data retrieval call binding the contract method 0xdc8b7f52.

Solidity: function _columnsRole(bytes32 , uint256 ) constant returns(string)

func (*DropkitContractCallerSession) DEFAULTADMINROLE

func (_DropkitContract *DropkitContractCallerSession) DEFAULTADMINROLE() ([32]byte, error)

DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.

Solidity: function DEFAULT_ADMIN_ROLE() constant returns(bytes32)

func (*DropkitContractCallerSession) Decimals

func (_DropkitContract *DropkitContractCallerSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() constant returns(uint8)

func (*DropkitContractCallerSession) GetColumnsRole

func (_DropkitContract *DropkitContractCallerSession) GetColumnsRole(account common.Address, userRoleName string, columnsRole string) ([]string, error)

GetColumnsRole is a free data retrieval call binding the contract method 0x1b6610d4.

Solidity: function getColumnsRole(address account, string userRoleName, string columnsRole) constant returns(string[])

func (*DropkitContractCallerSession) GetRoleAdmin

func (_DropkitContract *DropkitContractCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)

GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.

Solidity: function getRoleAdmin(bytes32 role) constant returns(bytes32)

func (*DropkitContractCallerSession) GetRoleMember

func (_DropkitContract *DropkitContractCallerSession) GetRoleMember(role [32]byte, index *big.Int) (common.Address, error)

GetRoleMember is a free data retrieval call binding the contract method 0x9010d07c.

Solidity: function getRoleMember(bytes32 role, uint256 index) constant returns(address)

func (*DropkitContractCallerSession) GetRoleMemberCount

func (_DropkitContract *DropkitContractCallerSession) GetRoleMemberCount(role [32]byte) (*big.Int, error)

GetRoleMemberCount is a free data retrieval call binding the contract method 0xca15c873.

Solidity: function getRoleMemberCount(bytes32 role) constant returns(uint256)

func (*DropkitContractCallerSession) GetTableMeta

func (_DropkitContract *DropkitContractCallerSession) GetTableMeta(tableName string) (common.Address, error)

GetTableMeta is a free data retrieval call binding the contract method 0xa799620a.

Solidity: function getTableMeta(string tableName) constant returns(address)

func (*DropkitContractCallerSession) GetUserColumnsRole

func (_DropkitContract *DropkitContractCallerSession) GetUserColumnsRole(account common.Address, tableName string) (string, error)

GetUserColumnsRole is a free data retrieval call binding the contract method 0x406ff7b7.

Solidity: function getUserColumnsRole(address account, string tableName) constant returns(string)

func (*DropkitContractCallerSession) HasDropKitAdmin

func (_DropkitContract *DropkitContractCallerSession) HasDropKitAdmin(account common.Address) (bool, error)

HasDropKitAdmin is a free data retrieval call binding the contract method 0x2f59f97b.

Solidity: function hasDropKitAdmin(address account) constant returns(bool)

func (*DropkitContractCallerSession) HasRole

func (_DropkitContract *DropkitContractCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)

HasRole is a free data retrieval call binding the contract method 0x91d14854.

Solidity: function hasRole(bytes32 role, address account) constant returns(bool)

func (*DropkitContractCallerSession) HasTableAdminRole

func (_DropkitContract *DropkitContractCallerSession) HasTableAdminRole(account common.Address, AdminRoleName string) (bool, error)

HasTableAdminRole is a free data retrieval call binding the contract method 0x12218076.

Solidity: function hasTableAdminRole(address account, string AdminRoleName) constant returns(bool)

func (*DropkitContractCallerSession) HasTableMaintainerRole

func (_DropkitContract *DropkitContractCallerSession) HasTableMaintainerRole(account common.Address, maintainerRoleName string) (bool, error)

HasTableMaintainerRole is a free data retrieval call binding the contract method 0x9b42eec9.

Solidity: function hasTableMaintainerRole(address account, string maintainerRoleName) constant returns(bool)

func (*DropkitContractCallerSession) HasTableUserRole

func (_DropkitContract *DropkitContractCallerSession) HasTableUserRole(account common.Address, userRoleName string) (bool, error)

HasTableUserRole is a free data retrieval call binding the contract method 0x015cc689.

Solidity: function hasTableUserRole(address account, string userRoleName) constant returns(bool)

func (*DropkitContractCallerSession) Name

func (_DropkitContract *DropkitContractCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(string)

func (*DropkitContractCallerSession) Suspends

func (_DropkitContract *DropkitContractCallerSession) Suspends(arg0 common.Address) (bool, error)

Suspends is a free data retrieval call binding the contract method 0x257bca3f.

Solidity: function _suspends(address ) constant returns(bool)

func (*DropkitContractCallerSession) Symbol

func (_DropkitContract *DropkitContractCallerSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() constant returns(string)

func (*DropkitContractCallerSession) TableMetas

func (_DropkitContract *DropkitContractCallerSession) TableMetas(arg0 string) (common.Address, error)

TableMetas is a free data retrieval call binding the contract method 0xbbfa9e63.

Solidity: function _tableMetas(string ) constant returns(address)

func (*DropkitContractCallerSession) TotalSupply

func (_DropkitContract *DropkitContractCallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

func (*DropkitContractCallerSession) UserColumnsRole

func (_DropkitContract *DropkitContractCallerSession) UserColumnsRole(arg0 common.Address, arg1 string) (string, error)

UserColumnsRole is a free data retrieval call binding the contract method 0x7b354d99.

Solidity: function _userColumnsRole(address , string ) constant returns(string)

type DropkitContractFilterer

type DropkitContractFilterer struct {
	// contains filtered or unexported fields
}

DropkitContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewDropkitContractFilterer

func NewDropkitContractFilterer(address common.Address, filterer bind.ContractFilterer) (*DropkitContractFilterer, error)

NewDropkitContractFilterer creates a new log filterer instance of DropkitContract, bound to a specific deployed contract.

func (*DropkitContractFilterer) FilterApproval

func (_DropkitContract *DropkitContractFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*DropkitContractApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*DropkitContractFilterer) FilterRoleAdminChanged

func (_DropkitContract *DropkitContractFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (*DropkitContractRoleAdminChangedIterator, error)

FilterRoleAdminChanged is a free log retrieval operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.

Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)

func (*DropkitContractFilterer) FilterRoleGranted

func (_DropkitContract *DropkitContractFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*DropkitContractRoleGrantedIterator, error)

FilterRoleGranted is a free log retrieval operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.

Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)

func (*DropkitContractFilterer) FilterRoleRevoked

func (_DropkitContract *DropkitContractFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*DropkitContractRoleRevokedIterator, error)

FilterRoleRevoked is a free log retrieval operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.

Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)

func (*DropkitContractFilterer) FilterTransfer

func (_DropkitContract *DropkitContractFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*DropkitContractTransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*DropkitContractFilterer) ParseApproval

func (_DropkitContract *DropkitContractFilterer) ParseApproval(log types.Log) (*DropkitContractApproval, error)

ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*DropkitContractFilterer) ParseRoleAdminChanged

func (_DropkitContract *DropkitContractFilterer) ParseRoleAdminChanged(log types.Log) (*DropkitContractRoleAdminChanged, error)

ParseRoleAdminChanged is a log parse operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.

Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)

func (*DropkitContractFilterer) ParseRoleGranted

func (_DropkitContract *DropkitContractFilterer) ParseRoleGranted(log types.Log) (*DropkitContractRoleGranted, error)

ParseRoleGranted is a log parse operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.

Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)

func (*DropkitContractFilterer) ParseRoleRevoked

func (_DropkitContract *DropkitContractFilterer) ParseRoleRevoked(log types.Log) (*DropkitContractRoleRevoked, error)

ParseRoleRevoked is a log parse operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.

Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)

func (*DropkitContractFilterer) ParseTransfer

func (_DropkitContract *DropkitContractFilterer) ParseTransfer(log types.Log) (*DropkitContractTransfer, error)

ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*DropkitContractFilterer) WatchApproval

func (_DropkitContract *DropkitContractFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *DropkitContractApproval, owner []common.Address, spender []common.Address) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*DropkitContractFilterer) WatchRoleAdminChanged

func (_DropkitContract *DropkitContractFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *DropkitContractRoleAdminChanged, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (event.Subscription, error)

WatchRoleAdminChanged is a free log subscription operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.

Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)

func (*DropkitContractFilterer) WatchRoleGranted

func (_DropkitContract *DropkitContractFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *DropkitContractRoleGranted, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)

WatchRoleGranted is a free log subscription operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.

Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)

func (*DropkitContractFilterer) WatchRoleRevoked

func (_DropkitContract *DropkitContractFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *DropkitContractRoleRevoked, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)

WatchRoleRevoked is a free log subscription operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.

Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)

func (*DropkitContractFilterer) WatchTransfer

func (_DropkitContract *DropkitContractFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *DropkitContractTransfer, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

type DropkitContractRaw

type DropkitContractRaw struct {
	Contract *DropkitContract // Generic contract binding to access the raw methods on
}

DropkitContractRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*DropkitContractRaw) Call

func (_DropkitContract *DropkitContractRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*DropkitContractRaw) Transact

func (_DropkitContract *DropkitContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*DropkitContractRaw) Transfer

func (_DropkitContract *DropkitContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type DropkitContractRoleAdminChanged

type DropkitContractRoleAdminChanged struct {
	Role              [32]byte
	PreviousAdminRole [32]byte
	NewAdminRole      [32]byte
	Raw               types.Log // Blockchain specific contextual infos
}

DropkitContractRoleAdminChanged represents a RoleAdminChanged event raised by the DropkitContract contract.

type DropkitContractRoleAdminChangedIterator

type DropkitContractRoleAdminChangedIterator struct {
	Event *DropkitContractRoleAdminChanged // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

DropkitContractRoleAdminChangedIterator is returned from FilterRoleAdminChanged and is used to iterate over the raw logs and unpacked data for RoleAdminChanged events raised by the DropkitContract contract.

func (*DropkitContractRoleAdminChangedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*DropkitContractRoleAdminChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*DropkitContractRoleAdminChangedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type DropkitContractRoleGranted

type DropkitContractRoleGranted struct {
	Role    [32]byte
	Account common.Address
	Sender  common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

DropkitContractRoleGranted represents a RoleGranted event raised by the DropkitContract contract.

type DropkitContractRoleGrantedIterator

type DropkitContractRoleGrantedIterator struct {
	Event *DropkitContractRoleGranted // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

DropkitContractRoleGrantedIterator is returned from FilterRoleGranted and is used to iterate over the raw logs and unpacked data for RoleGranted events raised by the DropkitContract contract.

func (*DropkitContractRoleGrantedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*DropkitContractRoleGrantedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*DropkitContractRoleGrantedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type DropkitContractRoleRevoked

type DropkitContractRoleRevoked struct {
	Role    [32]byte
	Account common.Address
	Sender  common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

DropkitContractRoleRevoked represents a RoleRevoked event raised by the DropkitContract contract.

type DropkitContractRoleRevokedIterator

type DropkitContractRoleRevokedIterator struct {
	Event *DropkitContractRoleRevoked // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

DropkitContractRoleRevokedIterator is returned from FilterRoleRevoked and is used to iterate over the raw logs and unpacked data for RoleRevoked events raised by the DropkitContract contract.

func (*DropkitContractRoleRevokedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*DropkitContractRoleRevokedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*DropkitContractRoleRevokedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type DropkitContractSession

type DropkitContractSession struct {
	Contract     *DropkitContract  // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

DropkitContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*DropkitContractSession) AddColumnsRole

func (_DropkitContract *DropkitContractSession) AddColumnsRole(user common.Address, maintainerRoleName string, columnsRole string, columns []string) (*types.Transaction, error)

AddColumnsRole is a paid mutator transaction binding the contract method 0xb6d67bea.

Solidity: function addColumnsRole(address user, string maintainerRoleName, string columnsRole, string[] columns) returns()

func (*DropkitContractSession) AddDropKitAdmin

func (_DropkitContract *DropkitContractSession) AddDropKitAdmin(admin common.Address) (*types.Transaction, error)

AddDropKitAdmin is a paid mutator transaction binding the contract method 0xc79e9435.

Solidity: function addDropKitAdmin(address admin) returns()

func (*DropkitContractSession) AddTableAdmin

func (_DropkitContract *DropkitContractSession) AddTableAdmin(admin common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableAdmin is a paid mutator transaction binding the contract method 0x4b4f0510.

Solidity: function addTableAdmin(address admin, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractSession) AddTableMaintainer

func (_DropkitContract *DropkitContractSession) AddTableMaintainer(maintainer common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableMaintainer is a paid mutator transaction binding the contract method 0x5cd43952.

Solidity: function addTableMaintainer(address maintainer, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractSession) AddTableMeta

func (_DropkitContract *DropkitContractSession) AddTableMeta(tableName string, tableAddress common.Address) (*types.Transaction, error)

AddTableMeta is a paid mutator transaction binding the contract method 0xbf1249b4.

Solidity: function addTableMeta(string tableName, address tableAddress) returns()

func (*DropkitContractSession) AddTableUser

func (_DropkitContract *DropkitContractSession) AddTableUser(user common.Address, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableUser is a paid mutator transaction binding the contract method 0x5724fc0c.

Solidity: function addTableUser(address user, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractSession) Allowance

func (_DropkitContract *DropkitContractSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) constant returns(uint256)

func (*DropkitContractSession) Approve

func (_DropkitContract *DropkitContractSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*DropkitContractSession) BalanceOf

func (_DropkitContract *DropkitContractSession) BalanceOf(account common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address account) constant returns(uint256)

func (*DropkitContractSession) BurnToken

func (_DropkitContract *DropkitContractSession) BurnToken(account common.Address, amount *big.Int) (*types.Transaction, error)

BurnToken is a paid mutator transaction binding the contract method 0xd1df306c.

Solidity: function burnToken(address account, uint256 amount) returns()

func (*DropkitContractSession) ColumnsRole

func (_DropkitContract *DropkitContractSession) ColumnsRole(arg0 [32]byte, arg1 *big.Int) (string, error)

ColumnsRole is a free data retrieval call binding the contract method 0xdc8b7f52.

Solidity: function _columnsRole(bytes32 , uint256 ) constant returns(string)

func (*DropkitContractSession) Consume

func (_DropkitContract *DropkitContractSession) Consume(account common.Address, amount *big.Int) (*types.Transaction, error)

Consume is a paid mutator transaction binding the contract method 0x224b5c72.

Solidity: function consume(address account, uint256 amount) returns()

func (*DropkitContractSession) DEFAULTADMINROLE

func (_DropkitContract *DropkitContractSession) DEFAULTADMINROLE() ([32]byte, error)

DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.

Solidity: function DEFAULT_ADMIN_ROLE() constant returns(bytes32)

func (*DropkitContractSession) Decimals

func (_DropkitContract *DropkitContractSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() constant returns(uint8)

func (*DropkitContractSession) DecreaseAllowance

func (_DropkitContract *DropkitContractSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.

Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)

func (*DropkitContractSession) GetColumnsRole

func (_DropkitContract *DropkitContractSession) GetColumnsRole(account common.Address, userRoleName string, columnsRole string) ([]string, error)

GetColumnsRole is a free data retrieval call binding the contract method 0x1b6610d4.

Solidity: function getColumnsRole(address account, string userRoleName, string columnsRole) constant returns(string[])

func (*DropkitContractSession) GetRoleAdmin

func (_DropkitContract *DropkitContractSession) GetRoleAdmin(role [32]byte) ([32]byte, error)

GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.

Solidity: function getRoleAdmin(bytes32 role) constant returns(bytes32)

func (*DropkitContractSession) GetRoleMember

func (_DropkitContract *DropkitContractSession) GetRoleMember(role [32]byte, index *big.Int) (common.Address, error)

GetRoleMember is a free data retrieval call binding the contract method 0x9010d07c.

Solidity: function getRoleMember(bytes32 role, uint256 index) constant returns(address)

func (*DropkitContractSession) GetRoleMemberCount

func (_DropkitContract *DropkitContractSession) GetRoleMemberCount(role [32]byte) (*big.Int, error)

GetRoleMemberCount is a free data retrieval call binding the contract method 0xca15c873.

Solidity: function getRoleMemberCount(bytes32 role) constant returns(uint256)

func (*DropkitContractSession) GetTableMeta

func (_DropkitContract *DropkitContractSession) GetTableMeta(tableName string) (common.Address, error)

GetTableMeta is a free data retrieval call binding the contract method 0xa799620a.

Solidity: function getTableMeta(string tableName) constant returns(address)

func (*DropkitContractSession) GetUserColumnsRole

func (_DropkitContract *DropkitContractSession) GetUserColumnsRole(account common.Address, tableName string) (string, error)

GetUserColumnsRole is a free data retrieval call binding the contract method 0x406ff7b7.

Solidity: function getUserColumnsRole(address account, string tableName) constant returns(string)

func (*DropkitContractSession) GrantColumnsRole

func (_DropkitContract *DropkitContractSession) GrantColumnsRole(user common.Address, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

GrantColumnsRole is a paid mutator transaction binding the contract method 0x51d328cd.

Solidity: function grantColumnsRole(address user, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractSession) GrantRole

func (_DropkitContract *DropkitContractSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)

GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.

Solidity: function grantRole(bytes32 role, address account) returns()

func (*DropkitContractSession) HasDropKitAdmin

func (_DropkitContract *DropkitContractSession) HasDropKitAdmin(account common.Address) (bool, error)

HasDropKitAdmin is a free data retrieval call binding the contract method 0x2f59f97b.

Solidity: function hasDropKitAdmin(address account) constant returns(bool)

func (*DropkitContractSession) HasRole

func (_DropkitContract *DropkitContractSession) HasRole(role [32]byte, account common.Address) (bool, error)

HasRole is a free data retrieval call binding the contract method 0x91d14854.

Solidity: function hasRole(bytes32 role, address account) constant returns(bool)

func (*DropkitContractSession) HasTableAdminRole

func (_DropkitContract *DropkitContractSession) HasTableAdminRole(account common.Address, AdminRoleName string) (bool, error)

HasTableAdminRole is a free data retrieval call binding the contract method 0x12218076.

Solidity: function hasTableAdminRole(address account, string AdminRoleName) constant returns(bool)

func (*DropkitContractSession) HasTableMaintainerRole

func (_DropkitContract *DropkitContractSession) HasTableMaintainerRole(account common.Address, maintainerRoleName string) (bool, error)

HasTableMaintainerRole is a free data retrieval call binding the contract method 0x9b42eec9.

Solidity: function hasTableMaintainerRole(address account, string maintainerRoleName) constant returns(bool)

func (*DropkitContractSession) HasTableUserRole

func (_DropkitContract *DropkitContractSession) HasTableUserRole(account common.Address, userRoleName string) (bool, error)

HasTableUserRole is a free data retrieval call binding the contract method 0x015cc689.

Solidity: function hasTableUserRole(address account, string userRoleName) constant returns(bool)

func (*DropkitContractSession) IncreaseAllowance

func (_DropkitContract *DropkitContractSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)

IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.

Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)

func (*DropkitContractSession) MintToken

func (_DropkitContract *DropkitContractSession) MintToken(account common.Address, amount *big.Int) (*types.Transaction, error)

MintToken is a paid mutator transaction binding the contract method 0x79c65068.

Solidity: function mintToken(address account, uint256 amount) returns()

func (*DropkitContractSession) Name

func (_DropkitContract *DropkitContractSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(string)

func (*DropkitContractSession) RemoveDropKitAdmin

func (_DropkitContract *DropkitContractSession) RemoveDropKitAdmin(account common.Address) (*types.Transaction, error)

RemoveDropKitAdmin is a paid mutator transaction binding the contract method 0x56c48a5a.

Solidity: function removeDropKitAdmin(address account) returns()

func (*DropkitContractSession) RemoveTableAdmin

func (_DropkitContract *DropkitContractSession) RemoveTableAdmin(admin common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableAdmin is a paid mutator transaction binding the contract method 0xcbcfea17.

Solidity: function removeTableAdmin(address admin, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractSession) RemoveTableMaintainer

func (_DropkitContract *DropkitContractSession) RemoveTableMaintainer(maintainer common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableMaintainer is a paid mutator transaction binding the contract method 0xc235d888.

Solidity: function removeTableMaintainer(address maintainer, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractSession) RemoveTableUser

func (_DropkitContract *DropkitContractSession) RemoveTableUser(user common.Address, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableUser is a paid mutator transaction binding the contract method 0xdfb680ba.

Solidity: function removeTableUser(address user, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractSession) RenounceRole

func (_DropkitContract *DropkitContractSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)

RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.

Solidity: function renounceRole(bytes32 role, address account) returns()

func (*DropkitContractSession) RevokeColumnsRole

func (_DropkitContract *DropkitContractSession) RevokeColumnsRole(user common.Address, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

RevokeColumnsRole is a paid mutator transaction binding the contract method 0xaae46c30.

Solidity: function revokeColumnsRole(address user, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractSession) RevokeRole

func (_DropkitContract *DropkitContractSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)

RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.

Solidity: function revokeRole(bytes32 role, address account) returns()

func (*DropkitContractSession) SetDropKitTokenPool

func (_DropkitContract *DropkitContractSession) SetDropKitTokenPool(pool common.Address) (*types.Transaction, error)

SetDropKitTokenPool is a paid mutator transaction binding the contract method 0xfed2e0cb.

Solidity: function setDropKitTokenPool(address pool) returns()

func (*DropkitContractSession) SetUserColumnsRole

func (_DropkitContract *DropkitContractSession) SetUserColumnsRole(account common.Address, tableName string, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

SetUserColumnsRole is a paid mutator transaction binding the contract method 0xf9b76662.

Solidity: function setUserColumnsRole(address account, string tableName, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractSession) Suspends

func (_DropkitContract *DropkitContractSession) Suspends(arg0 common.Address) (bool, error)

Suspends is a free data retrieval call binding the contract method 0x257bca3f.

Solidity: function _suspends(address ) constant returns(bool)

func (*DropkitContractSession) Symbol

func (_DropkitContract *DropkitContractSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() constant returns(string)

func (*DropkitContractSession) TableMetas

func (_DropkitContract *DropkitContractSession) TableMetas(arg0 string) (common.Address, error)

TableMetas is a free data retrieval call binding the contract method 0xbbfa9e63.

Solidity: function _tableMetas(string ) constant returns(address)

func (*DropkitContractSession) TotalSupply

func (_DropkitContract *DropkitContractSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

func (*DropkitContractSession) Transfer

func (_DropkitContract *DropkitContractSession) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address recipient, uint256 amount) returns(bool)

func (*DropkitContractSession) TransferFrom

func (_DropkitContract *DropkitContractSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)

func (*DropkitContractSession) UserColumnsRole

func (_DropkitContract *DropkitContractSession) UserColumnsRole(arg0 common.Address, arg1 string) (string, error)

UserColumnsRole is a free data retrieval call binding the contract method 0x7b354d99.

Solidity: function _userColumnsRole(address , string ) constant returns(string)

type DropkitContractTransactor

type DropkitContractTransactor struct {
	// contains filtered or unexported fields
}

DropkitContractTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewDropkitContractTransactor

func NewDropkitContractTransactor(address common.Address, transactor bind.ContractTransactor) (*DropkitContractTransactor, error)

NewDropkitContractTransactor creates a new write-only instance of DropkitContract, bound to a specific deployed contract.

func (*DropkitContractTransactor) AddColumnsRole

func (_DropkitContract *DropkitContractTransactor) AddColumnsRole(opts *bind.TransactOpts, user common.Address, maintainerRoleName string, columnsRole string, columns []string) (*types.Transaction, error)

AddColumnsRole is a paid mutator transaction binding the contract method 0xb6d67bea.

Solidity: function addColumnsRole(address user, string maintainerRoleName, string columnsRole, string[] columns) returns()

func (*DropkitContractTransactor) AddDropKitAdmin

func (_DropkitContract *DropkitContractTransactor) AddDropKitAdmin(opts *bind.TransactOpts, admin common.Address) (*types.Transaction, error)

AddDropKitAdmin is a paid mutator transaction binding the contract method 0xc79e9435.

Solidity: function addDropKitAdmin(address admin) returns()

func (*DropkitContractTransactor) AddTableAdmin

func (_DropkitContract *DropkitContractTransactor) AddTableAdmin(opts *bind.TransactOpts, admin common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableAdmin is a paid mutator transaction binding the contract method 0x4b4f0510.

Solidity: function addTableAdmin(address admin, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactor) AddTableMaintainer

func (_DropkitContract *DropkitContractTransactor) AddTableMaintainer(opts *bind.TransactOpts, maintainer common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableMaintainer is a paid mutator transaction binding the contract method 0x5cd43952.

Solidity: function addTableMaintainer(address maintainer, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactor) AddTableMeta

func (_DropkitContract *DropkitContractTransactor) AddTableMeta(opts *bind.TransactOpts, tableName string, tableAddress common.Address) (*types.Transaction, error)

AddTableMeta is a paid mutator transaction binding the contract method 0xbf1249b4.

Solidity: function addTableMeta(string tableName, address tableAddress) returns()

func (*DropkitContractTransactor) AddTableUser

func (_DropkitContract *DropkitContractTransactor) AddTableUser(opts *bind.TransactOpts, user common.Address, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableUser is a paid mutator transaction binding the contract method 0x5724fc0c.

Solidity: function addTableUser(address user, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactor) Approve

func (_DropkitContract *DropkitContractTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*DropkitContractTransactor) BurnToken

func (_DropkitContract *DropkitContractTransactor) BurnToken(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

BurnToken is a paid mutator transaction binding the contract method 0xd1df306c.

Solidity: function burnToken(address account, uint256 amount) returns()

func (*DropkitContractTransactor) Consume

func (_DropkitContract *DropkitContractTransactor) Consume(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

Consume is a paid mutator transaction binding the contract method 0x224b5c72.

Solidity: function consume(address account, uint256 amount) returns()

func (*DropkitContractTransactor) DecreaseAllowance

func (_DropkitContract *DropkitContractTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.

Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)

func (*DropkitContractTransactor) GrantColumnsRole

func (_DropkitContract *DropkitContractTransactor) GrantColumnsRole(opts *bind.TransactOpts, user common.Address, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

GrantColumnsRole is a paid mutator transaction binding the contract method 0x51d328cd.

Solidity: function grantColumnsRole(address user, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractTransactor) GrantRole

func (_DropkitContract *DropkitContractTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)

GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.

Solidity: function grantRole(bytes32 role, address account) returns()

func (*DropkitContractTransactor) IncreaseAllowance

func (_DropkitContract *DropkitContractTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)

IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.

Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)

func (*DropkitContractTransactor) MintToken

func (_DropkitContract *DropkitContractTransactor) MintToken(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)

MintToken is a paid mutator transaction binding the contract method 0x79c65068.

Solidity: function mintToken(address account, uint256 amount) returns()

func (*DropkitContractTransactor) RemoveDropKitAdmin

func (_DropkitContract *DropkitContractTransactor) RemoveDropKitAdmin(opts *bind.TransactOpts, account common.Address) (*types.Transaction, error)

RemoveDropKitAdmin is a paid mutator transaction binding the contract method 0x56c48a5a.

Solidity: function removeDropKitAdmin(address account) returns()

func (*DropkitContractTransactor) RemoveTableAdmin

func (_DropkitContract *DropkitContractTransactor) RemoveTableAdmin(opts *bind.TransactOpts, admin common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableAdmin is a paid mutator transaction binding the contract method 0xcbcfea17.

Solidity: function removeTableAdmin(address admin, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactor) RemoveTableMaintainer

func (_DropkitContract *DropkitContractTransactor) RemoveTableMaintainer(opts *bind.TransactOpts, maintainer common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableMaintainer is a paid mutator transaction binding the contract method 0xc235d888.

Solidity: function removeTableMaintainer(address maintainer, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactor) RemoveTableUser

func (_DropkitContract *DropkitContractTransactor) RemoveTableUser(opts *bind.TransactOpts, user common.Address, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableUser is a paid mutator transaction binding the contract method 0xdfb680ba.

Solidity: function removeTableUser(address user, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactor) RenounceRole

func (_DropkitContract *DropkitContractTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)

RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.

Solidity: function renounceRole(bytes32 role, address account) returns()

func (*DropkitContractTransactor) RevokeColumnsRole

func (_DropkitContract *DropkitContractTransactor) RevokeColumnsRole(opts *bind.TransactOpts, user common.Address, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

RevokeColumnsRole is a paid mutator transaction binding the contract method 0xaae46c30.

Solidity: function revokeColumnsRole(address user, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractTransactor) RevokeRole

func (_DropkitContract *DropkitContractTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)

RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.

Solidity: function revokeRole(bytes32 role, address account) returns()

func (*DropkitContractTransactor) SetDropKitTokenPool

func (_DropkitContract *DropkitContractTransactor) SetDropKitTokenPool(opts *bind.TransactOpts, pool common.Address) (*types.Transaction, error)

SetDropKitTokenPool is a paid mutator transaction binding the contract method 0xfed2e0cb.

Solidity: function setDropKitTokenPool(address pool) returns()

func (*DropkitContractTransactor) SetUserColumnsRole

func (_DropkitContract *DropkitContractTransactor) SetUserColumnsRole(opts *bind.TransactOpts, account common.Address, tableName string, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

SetUserColumnsRole is a paid mutator transaction binding the contract method 0xf9b76662.

Solidity: function setUserColumnsRole(address account, string tableName, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractTransactor) Transfer

func (_DropkitContract *DropkitContractTransactor) Transfer(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address recipient, uint256 amount) returns(bool)

func (*DropkitContractTransactor) TransferFrom

func (_DropkitContract *DropkitContractTransactor) TransferFrom(opts *bind.TransactOpts, sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)

type DropkitContractTransactorRaw

type DropkitContractTransactorRaw struct {
	Contract *DropkitContractTransactor // Generic write-only contract binding to access the raw methods on
}

DropkitContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*DropkitContractTransactorRaw) Transact

func (_DropkitContract *DropkitContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*DropkitContractTransactorRaw) Transfer

func (_DropkitContract *DropkitContractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type DropkitContractTransactorSession

type DropkitContractTransactorSession struct {
	Contract     *DropkitContractTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}

DropkitContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*DropkitContractTransactorSession) AddColumnsRole

func (_DropkitContract *DropkitContractTransactorSession) AddColumnsRole(user common.Address, maintainerRoleName string, columnsRole string, columns []string) (*types.Transaction, error)

AddColumnsRole is a paid mutator transaction binding the contract method 0xb6d67bea.

Solidity: function addColumnsRole(address user, string maintainerRoleName, string columnsRole, string[] columns) returns()

func (*DropkitContractTransactorSession) AddDropKitAdmin

func (_DropkitContract *DropkitContractTransactorSession) AddDropKitAdmin(admin common.Address) (*types.Transaction, error)

AddDropKitAdmin is a paid mutator transaction binding the contract method 0xc79e9435.

Solidity: function addDropKitAdmin(address admin) returns()

func (*DropkitContractTransactorSession) AddTableAdmin

func (_DropkitContract *DropkitContractTransactorSession) AddTableAdmin(admin common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableAdmin is a paid mutator transaction binding the contract method 0x4b4f0510.

Solidity: function addTableAdmin(address admin, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactorSession) AddTableMaintainer

func (_DropkitContract *DropkitContractTransactorSession) AddTableMaintainer(maintainer common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableMaintainer is a paid mutator transaction binding the contract method 0x5cd43952.

Solidity: function addTableMaintainer(address maintainer, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactorSession) AddTableMeta

func (_DropkitContract *DropkitContractTransactorSession) AddTableMeta(tableName string, tableAddress common.Address) (*types.Transaction, error)

AddTableMeta is a paid mutator transaction binding the contract method 0xbf1249b4.

Solidity: function addTableMeta(string tableName, address tableAddress) returns()

func (*DropkitContractTransactorSession) AddTableUser

func (_DropkitContract *DropkitContractTransactorSession) AddTableUser(user common.Address, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

AddTableUser is a paid mutator transaction binding the contract method 0x5724fc0c.

Solidity: function addTableUser(address user, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactorSession) Approve

func (_DropkitContract *DropkitContractTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*DropkitContractTransactorSession) BurnToken

func (_DropkitContract *DropkitContractTransactorSession) BurnToken(account common.Address, amount *big.Int) (*types.Transaction, error)

BurnToken is a paid mutator transaction binding the contract method 0xd1df306c.

Solidity: function burnToken(address account, uint256 amount) returns()

func (*DropkitContractTransactorSession) Consume

func (_DropkitContract *DropkitContractTransactorSession) Consume(account common.Address, amount *big.Int) (*types.Transaction, error)

Consume is a paid mutator transaction binding the contract method 0x224b5c72.

Solidity: function consume(address account, uint256 amount) returns()

func (*DropkitContractTransactorSession) DecreaseAllowance

func (_DropkitContract *DropkitContractTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)

DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.

Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)

func (*DropkitContractTransactorSession) GrantColumnsRole

func (_DropkitContract *DropkitContractTransactorSession) GrantColumnsRole(user common.Address, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

GrantColumnsRole is a paid mutator transaction binding the contract method 0x51d328cd.

Solidity: function grantColumnsRole(address user, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractTransactorSession) GrantRole

func (_DropkitContract *DropkitContractTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)

GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.

Solidity: function grantRole(bytes32 role, address account) returns()

func (*DropkitContractTransactorSession) IncreaseAllowance

func (_DropkitContract *DropkitContractTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)

IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.

Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)

func (*DropkitContractTransactorSession) MintToken

func (_DropkitContract *DropkitContractTransactorSession) MintToken(account common.Address, amount *big.Int) (*types.Transaction, error)

MintToken is a paid mutator transaction binding the contract method 0x79c65068.

Solidity: function mintToken(address account, uint256 amount) returns()

func (*DropkitContractTransactorSession) RemoveDropKitAdmin

func (_DropkitContract *DropkitContractTransactorSession) RemoveDropKitAdmin(account common.Address) (*types.Transaction, error)

RemoveDropKitAdmin is a paid mutator transaction binding the contract method 0x56c48a5a.

Solidity: function removeDropKitAdmin(address account) returns()

func (*DropkitContractTransactorSession) RemoveTableAdmin

func (_DropkitContract *DropkitContractTransactorSession) RemoveTableAdmin(admin common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableAdmin is a paid mutator transaction binding the contract method 0xcbcfea17.

Solidity: function removeTableAdmin(address admin, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactorSession) RemoveTableMaintainer

func (_DropkitContract *DropkitContractTransactorSession) RemoveTableMaintainer(maintainer common.Address, AdminRoleName string, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableMaintainer is a paid mutator transaction binding the contract method 0xc235d888.

Solidity: function removeTableMaintainer(address maintainer, string AdminRoleName, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactorSession) RemoveTableUser

func (_DropkitContract *DropkitContractTransactorSession) RemoveTableUser(user common.Address, maintainerRoleName string, userRoleName string) (*types.Transaction, error)

RemoveTableUser is a paid mutator transaction binding the contract method 0xdfb680ba.

Solidity: function removeTableUser(address user, string maintainerRoleName, string userRoleName) returns()

func (*DropkitContractTransactorSession) RenounceRole

func (_DropkitContract *DropkitContractTransactorSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)

RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.

Solidity: function renounceRole(bytes32 role, address account) returns()

func (*DropkitContractTransactorSession) RevokeColumnsRole

func (_DropkitContract *DropkitContractTransactorSession) RevokeColumnsRole(user common.Address, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

RevokeColumnsRole is a paid mutator transaction binding the contract method 0xaae46c30.

Solidity: function revokeColumnsRole(address user, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractTransactorSession) RevokeRole

func (_DropkitContract *DropkitContractTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)

RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.

Solidity: function revokeRole(bytes32 role, address account) returns()

func (*DropkitContractTransactorSession) SetDropKitTokenPool

func (_DropkitContract *DropkitContractTransactorSession) SetDropKitTokenPool(pool common.Address) (*types.Transaction, error)

SetDropKitTokenPool is a paid mutator transaction binding the contract method 0xfed2e0cb.

Solidity: function setDropKitTokenPool(address pool) returns()

func (*DropkitContractTransactorSession) SetUserColumnsRole

func (_DropkitContract *DropkitContractTransactorSession) SetUserColumnsRole(account common.Address, tableName string, maintainerRoleName string, columnsRole string) (*types.Transaction, error)

SetUserColumnsRole is a paid mutator transaction binding the contract method 0xf9b76662.

Solidity: function setUserColumnsRole(address account, string tableName, string maintainerRoleName, string columnsRole) returns()

func (*DropkitContractTransactorSession) Transfer

func (_DropkitContract *DropkitContractTransactorSession) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address recipient, uint256 amount) returns(bool)

func (*DropkitContractTransactorSession) TransferFrom

func (_DropkitContract *DropkitContractTransactorSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)

type DropkitContractTransfer

type DropkitContractTransfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

DropkitContractTransfer represents a Transfer event raised by the DropkitContract contract.

type DropkitContractTransferIterator

type DropkitContractTransferIterator struct {
	Event *DropkitContractTransfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

DropkitContractTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the DropkitContract contract.

func (*DropkitContractTransferIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*DropkitContractTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*DropkitContractTransferIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL