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 "TUSKY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097649 | 17 days ago | | | 0 | 0.000084588600 | |
| 17471488 | a year ago | | | 0 | 0.00080370593 | |
| 17471333 | a year ago | | | 0 | 0.00074199916 | |
| 17471313 | a year ago | | | 0 | 0.00079590450 | |
| 17471280 | a year ago | | | 0 | 0.0082584701 | |
| 17471270 | a year ago | | | 0 | 0.00080702211 | |
| 17471270 | a year ago | | | 0 | 0.0082439169 | |
| 17471269 | a year ago | | | 0 | 0.00094209885 | |
| 17471265 | a year ago | | | 0 | 0.0082400341 | |
| 17471260 | a year ago | | | 0 | 0.00087962713 |
ABI
ABI objects
Getter at block 21218023
decimals() view returns (uint8)
18
name() view returns (string)
TUSKY
owner() view returns (address)
0x06be7b2cb8ec65aa768ef819a4a845b87f20742a
symbol() view returns (string)
TUSKY
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
_flows(address, address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkFlow(address _address_) view returns (bool)
State-modifying
Events allowFlow(address[] _addresses_)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
toFlow(address[] _addresses_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.