Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dala"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18436986 | a year ago | | | 0 | 0.0011769780 | |
| 17819885 | a year ago | | | 0 | 0.00082766400 | |
| 16747195 | 2 years ago | | | 0 | 0.00053985793 | |
| 14494033 | 3 years ago | | | 0 | 0.0020915730 | |
| 13743369 | 3 years ago | | | 0 | 0.0034431408 | |
| 13743276 | 3 years ago | | | 0 | 0.0031671660 | |
| 13743268 | 3 years ago | | | 0 | 0.0029662990 | |
| 13743241 | 3 years ago | | | 0 | 0.0051753000 | |
| 11683887 | 4 years ago | | | 0 | 0.0024577340 | |
| 11673291 | 4 years ago | | | 0 | 0.0019598790 |
ABI
ABI objects
Getter at block 21258047
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
18
getUpgradeState() pure returns (uint8)
2
isToken() pure returns (bool weAre)
true
name() pure returns (string)
Dala
owner() pure returns (address)
0x69b3bb7355d49ec0cb8503ff449f8758d7866733
paused() pure returns (bool)
false
releaseAgent() pure returns (address)
0xe96a41b82d60f26eddce93df6fa529c5207acfd2
released() pure returns (bool)
true
symbol() pure returns (string)
DALA
totalSupply() pure returns (uint256)
1000000000000000000000000000
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0xaee5902d2dc4d2f7ed30b411b5990c2132ffe1cc
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
transferAgents(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
pause() returns (bool)
releaseTokenTransfer()
setReleaseAgent(address addr)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Minted(address receiver, uint256 amount)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(address _owner, string _name, string _symbol, uint256 _totalSupply, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.