ELDORADO TOKEN
Verified contract
Active on
Ethereum with 16,040 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERD | ERC-20 | 501 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15512025 | 2 years ago | | | 0 | 0.00080614500 | |
| 14899279 | 2 years ago | | | 0 | 0.0032628848 | |
| 14859380 | 2 years ago | | | 0 | 0.0021502000 | |
| 14421919 | 3 years ago | | | 0 | 0.0012737200 | |
| 14421863 | 3 years ago | | | 0 | 0.0021497200 | |
| 13492326 | 3 years ago | | | 0 | 0.0042601290 | |
| 13080003 | 3 years ago | | | 0 | 0.0053755000 | |
| 13077415 | 3 years ago | | | 0 | 0.0053743000 | |
| 13077237 | 3 years ago | | | 0 | 0.0053743000 | |
| 13076952 | 3 years ago | | | 0 | 0.0036631000 |
ABI
ABI objects
Getter at block 21165798
builtOn() view returns (string)
https://vittominacori.github.io/erc20-generator
cap() view returns (uint256)
50000000000
decimals() view returns (uint8)
2
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
ELDORADO TOKEN
owner() view returns (address)
0x5885a7a68f5b5474e34770856a82954e56a8305d
symbol() view returns (string)
ERD
totalSupply() view returns (uint256)
50000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addOperator(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfer()
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
removeMinter(address account)
removeOperator(address account)
renounceMinter()
renounceOperator()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferEnabled()
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.