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 "SHOOK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128471 | 5 days ago | | | 0 | 0.00058759094 | |
| 21128205 | 5 days ago | | | 0 | 0.00070268047 | |
| 21115992 | 7 days ago | | | 0 | 0.00024797189 | |
| 21101116 | 9 days ago | | | 0 | 0.00080934775 | |
| 21100791 | 9 days ago | | | 0 | 0.00035690505 | |
| 21092511 | 10 days ago | | | 0 | 0.00028005559 | |
| 21092199 | 10 days ago | | | 0 | 0.00036102193 | |
| 21091812 | 10 days ago | | | 0 | 0.00025184520 | |
| 21091716 | 10 days ago | | | 0 | 0.00036883015 | |
| 21091558 | 10 days ago | | | 0 | 0.00046740414 |
ABI
ABI objects
Getter at block 21162928
canUpgrade() view returns (bool)
true
decimals() view returns (uint8)
18
getUpgradeState() view returns (uint8)
2
mintingFinished() view returns (bool)
true
name() view returns (string)
SHOOK
newOwner() view returns (address)
0x67e99fe13aa65cf44eb4312e6e2c9846d3b1300b
owner() view returns (address)
0x67e99fe13aa65cf44eb4312e6e2c9846d3b1300b
releaseAgent() view returns (address)
0x67e99fe13aa65cf44eb4312e6e2c9846d3b1300b
released() view returns (bool)
true
symbol() view returns (string)
SHK
totalSupply() view returns (uint256)
1000000000000000000000000000
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x00613174dd1c94892a2ca3b4d7038724899b5069
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
mintAgents(address) view returns (bool)
transferAgents(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
safeAdd(uint256 a, uint256 b) returns (uint256)
safeMul(uint256 a, uint256 b) returns (uint256)
safeSub(uint256 a, uint256 b) returns (uint256)
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(string _name, string _symbol, uint256 _initialSupply, uint8 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.