Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd8da…6045
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH69 | ERC-20 | 3.105M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244985 | 2 hours ago | | | 0 | 0.00030407822 | |
| 21242095 | 11 hours ago | | | 0 | 0.00028298816 | |
| 21237275 | a day ago | | | 0 | 0.00047009744 | |
| 21234398 | 2 days ago | | | 0 | 0.00028342549 | |
| 21234259 | 2 days ago | | | 0 | 0.00025072313 | |
| 21234191 | 2 days ago | | | 0 | 0.00027118269 | |
| 21233482 | 2 days ago | | | 0 | 0.00052721247 | |
| 21230044 | 2 days ago | | | 0 | 0.00057096881 | |
| 21230044 | 2 days ago | | | 0 | 0.00053744080 | |
| 21230017 | 2 days ago | | | 0 | 0.00048287972 |
ABI
ABI objects
Getter at block 21245520
MAX_MINT_PER_ADDRESS() view returns (uint256)
1
Supply() view returns (uint256)
3450000000000000000000000000
decimals() view returns (uint8)
18
feeReceiver() view returns (address)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045
mintPrice() view returns (uint256)
690000000000000
mintingComplete() view returns (bool)
true
name() view returns (string)
Eth69
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ETH69
totalMinted() view returns (uint256)
3450000000000000000000000000
totalSupply() view returns (uint256)
3450000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintedCount(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _feeReceiver)
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)