SNAX Token
Verified contract
Active on
Ethereum with 1,536 txns
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 "SNAX Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20094131 | 6 months ago | | | 0 | 0.00014828726 | |
| 20094087 | 6 months ago | | | 0 | 0.000091989839 | |
| 20094082 | 6 months ago | | | 0 | 0.00015946148 | |
| 17728686 | a year ago | | | 0 | 0.00092298937 | |
| 17253203 | 2 years ago | | | 0 | 0.0011269295 | |
| 17253196 | 2 years ago | | | 0 | 0.0019562895 | |
| 15116824 | 2 years ago | | | 0 | 0.00084261120 | |
| 14318397 | 3 years ago | | | 0 | 0.00099979780 | |
| 14192999 | 3 years ago | | | 0 | 0.0014485785 | |
| 14192793 | 3 years ago | | | 0 | 0.0015680730 |
ABI
ABI objects
Getter at block 21379798
decimals() view returns (uint8)
18
name() view returns (string)
SNAX Token
owner() view returns (address)
0xdbc26a4e8a65597028574d2c5d755f430bc111e2
paused() view returns (bool)
true
symbol() view returns (string)
SNAX
totalSupply() view returns (uint256)
4287309711211111111212695
Read-only
accumulated(uint256 tokenId) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
totalAccumulated(uint256[] tokenIds) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(uint256[] tokenIds) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, address tdbcAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.