Ashbie Moon
Verified contract
Active on
Ethereum with 1,239 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 "Ashbie Moon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285318 | 3 days ago | | | 0 | 0.00019720896 | |
| 21249306 | 8 days ago | | | 0 | 0.00030573597 | |
| 21244263 | 8 days ago | | | 0 | 0.00079540670 | |
| 21242458 | 9 days ago | | | 0 | 0.00049683304 | |
| 21228074 | 11 days ago | | | 0 | 0.00043639937 | |
| 21220974 | 12 days ago | | | 0 | 0.00040209299 | |
| 21208807 | 13 days ago | | | 0 | 0.00035639274 | |
| 21184327 | 17 days ago | | | 0 | 0.00099712469 | |
| 21182276 | 17 days ago | | | 0 | 0.0010599315 | |
| 21152984 | 21 days ago | | | 0 | 0.00052995450 |
ABI
ABI objects
Getter at block 21304980
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x4a8928941f229a724e20af29f882f0ccf9e76a2abc990684d377463ee02d8110
decimals() view returns (uint8)
18
name() view returns (string)
Ashbie Moon
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ASPIE
totalSupply() view returns (uint256 result)
420690000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mint(uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership() payable
requestOwnershipHandover() payable
setName(string newName)
setSymbol(string newSymbol)
setTransfer(bool enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()