DataBroker DAO Token
Verified contract
Active on
Ethereum with 85 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbc56…8bbb
Balances ($76.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XDATA | ERC-20 | 1.721061K | $0.044582 |
$76.73 | |
WHACKD | ERC-20 | 10.774941K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11855263 | 4 years ago | | | 0 | 0.0084834000 | |
| 10610645 | 4 years ago | | | 0 | 0.0023764957 | |
| 9221128 | 5 years ago | | | 0 | 0.000056520000 | |
| 9021223 | 5 years ago | | | 0 | 0.00034584000 | |
| 8996469 | 5 years ago | | | 0 | 0.00050146800 | |
| 7093741 | 6 years ago | | | 0 | 0.00012000000 | |
| 7021347 | 6 years ago | | | 0 | 0.00098400000 | |
| 6764541 | 6 years ago | | | 0 | 0.00012000000 | |
| 6702824 | 6 years ago | | | 0 | 0.0012916640 | |
| 6575548 | 6 years ago | | | 0 | 0.00028353600 |
ABI
ABI objects
Getter at block 21263932
controller() pure returns (address)
0x8aec8f09a840faea966f4b0e29a497d8f5b5a6b4
creationBlock() pure returns (uint256)
4281091
decimals() pure returns (uint8)
18
name() pure returns (string)
DataBroker DAO Token
parentSnapShotBlock() pure returns (uint256)
0
parentToken() pure returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
DATA
tokenFactory() pure returns (address)
0xbc56440bdd9039791fcd996e899c42e9cff38bbb
totalSupply() pure returns (uint256)
79905443329845384099280800
transfersEnabled() pure returns (bool)
true
version() pure returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) pure returns (uint256)
totalSupplyAt(uint256 _blockNumber) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.