ENDO.network Promo Token
Verified contract
Active on
Ethereum with 509 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 "ENDO.network Promo Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19158067 | 10 months ago | | | 0 | 0.00053922612 | |
| 19158062 | 10 months ago | | | 0 | 0.00056416055 | |
| 16346389 | 2 years ago | | | 0 | 0.00033554993 | |
| 15688277 | 2 years ago | | | 0 | 0.00026273700 | |
| 15688270 | 2 years ago | | | 0 | 0.00032112300 | |
| 13562374 | 3 years ago | | | 0 | 0.0044031609 | |
| 13562307 | 3 years ago | | | 0 | 0.0088063218 | |
| 13562285 | 3 years ago | | | 0 | 0.0061644253 | |
| 13562274 | 3 years ago | | | 0 | 0.0044031609 | |
| 13562260 | 3 years ago | | | 0 | 0.0028076970 |
ABI
ABI objects
Getter at block 21330871
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
ENDO.network Promo Token
owner() view returns (address)
0xf8dfe0f0c640801357a33b807f2b1f0a591285b1
symbol() view returns (string)
ETP
totalSupply() view returns (uint256)
4000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events allowance(address _owner, address _spender) returns (uint256 remaining)
approve(address _spender, uint256 _value)
balanceOf(address _owner) returns (uint256 balance)
finishMinting() returns (bool)
mint(address[] _to) returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.