Demonstration Token
Verified contract
Active on
Base with 66 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 "Demonstration Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23480313 | 5 days ago | | | 0 | 7.7383781e-7 | |
| 23470696 | 5 days ago | | | 0 | 4.7116445e-7 | |
| 23460193 | 6 days ago | | | 0 | 2.2106316e-7 | |
| 23449300 | 6 days ago | | | 0 | 2.9349578e-7 | |
| 23447457 | 6 days ago | | | 0 | 0.0000050548704 | |
| 23444993 | 6 days ago | | | 0 | 4.9222125e-7 | |
| 23444967 | 6 days ago | | | 0 | 4.9668635e-7 | |
| 23444857 | 6 days ago | | | 0 | 5.1145080e-7 | |
| 23444855 | 6 days ago | | | 0 | 4.6551571e-7 | |
| 23444837 | 6 days ago | | | 0 | 3.4588586e-7 |
ABI
ABI objects
Getter at block 23701728
castHash() view returns (string)
0x08435694c946d10ec6da6c684b3012e8b01ef369
decimals() view returns (uint8)
18
deployer() view returns (address)
0xe876275e5e1a77e0de4006e5d9b85b33621d1442
fid() view returns (uint256)
8438
image() view returns (string)
name() view returns (string)
Demonstration Token
symbol() view returns (string)
DEMO
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 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)