ElToken
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "ElToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ElToken"
ABI
ABI objects
Getter at block 21895105
decimals() view returns (uint8)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isMinter(address) view returns (bool)
State-modifying
Events approve(address _s, uint256 _a) returns (bool)
burn(uint256 _a) returns (bool)
initialize(address _o, address _m, string _n, string _s, uint8 _d)
mint(address _w, uint256 _a) returns (bool)
setMinter(address _m, bool _b)
setOwner(address _o)
transfer(address _d, uint256 _a) returns (bool)
transferFrom(address _s, address _d, uint256 _a) returns (bool)
Approval(address indexed o, address indexed s, uint256 a)
MinterChanged(address indexed m, bool indexed s)
OwnerChanged(address indexed m)
Transfer(address indexed s, address indexed d, uint256 a)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.