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 "TWERK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16772370 | 2 years ago | | | 0 | 0.00098030759 | |
| 15363076 | 2 years ago | | | 0 | 0.00011254480 | |
| 15114457 | 2 years ago | | | 0 | 0.00049344649 | |
| 13563054 | 3 years ago | | | 0 | 0.0019611720 | |
| 13479257 | 3 years ago | | | 0 | 0.0011113188 | |
| 13444603 | 3 years ago | | | 0 | 0.0023380653 | |
| 13444603 | 3 years ago | | | 0 | 0.0040874825 | |
| 13356829 | 3 years ago | | | 0 | 0.012667939 | |
| 13237763 | 3 years ago | | | 0 | 0.0056234780 | |
| 12621980 | 3 years ago | | | 0 | 0.00014506000 |
ABI
ABI objects
Getter at block 21258785
InflationToken() view returns (address)
0x67273becd45bb8fe532265c6411a35bfbee80855
basePercent() view returns (uint256)
100
baseThreePercent() view returns (uint256)
300
decimals() view returns (uint8)
6
inflationTokenAddress() view returns (address)
0x67273becd45bb8fe532265c6411a35bfbee80855
name() view returns (string)
TWERK
owner() view returns (address)
0xaacc9134d23b818946c7f2119671bf12380e23d9
symbol() view returns (string)
TWERK
totalSupply() view returns (uint256)
999999984540960803168
Read-only
_freezed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
findThreePercent(uint256 value) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setInflationContractAddress(address tokenAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unFreezeAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
DividentTransfer(address from, address to, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.