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 "SMS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23811356 | 7 hours ago | | | 0 | 0.0000017795626 | |
| 23810049 | 8 hours ago | | | 0 | 0.000000602918589442 | |
| 23808953 | 9 hours ago | | | 0 | 7.6401380e-7 | |
| 23808480 | 9 hours ago | | | 0 | 6.5062024e-7 | |
| 23808444 | 9 hours ago | | | 0 | 0.000000208682929926 | |
| 23808233 | 9 hours ago | | | 0 | 7.3006564e-7 | |
| 23808191 | 9 hours ago | | | 0 | 0.0000052535696 | |
| 23808190 | 9 hours ago | | | 0 | 0.0000052535696 | |
| 23808186 | 9 hours ago | | | 0 | 0.0000050731139 | |
| 23808182 | 9 hours ago | | | 0 | 0.0000050683149 |
ABI
ABI objects
Getter at block 23824692
animation() view returns (string)
castHash() view returns (string)
0xf7cf001a617408c2ea6ab01924ac5931bdcd4816
decimals() view returns (uint8)
18
deployer() view returns (address)
0x2a67566660714afad6eb80a8a64eb7431b121f3c
fid() view returns (uint256)
866151
image() view returns (string)
name() view returns (string)
SMS
symbol() view returns (string)
SMS
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string animation_, string castHash_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)