DepositToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "DepositToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DepositToken"
ABI
ABI objects
Getter at block 21212081 totalSupply() view returns (uint256)
decimals() view returns (uint8)
18
depositor() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
pool() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _from, uint256 _value) returns (bool)
initialize(address _pool) returns (bool)
mint(address _to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.