AlphaFloor
Verified contract
Active on
Ethereum with 711 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 "AlphaFloor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20074321 | 5 months ago | | | 0 | 0.00019510643 | |
| 19386495 | 8 months ago | | | 0 | 0.0026845195 | |
| 18835065 | a year ago | | | 0 | 0.0014392512 | |
| 18829264 | a year ago | | | 0 | 0.0012691784 | |
| 18829262 | a year ago | | | 0 | 0.0013040596 | |
| 18483844 | a year ago | | | 0 | 0.00037878413 | |
| 18427378 | a year ago | | | 0 | 0.00044263932 | |
| 18314178 | a year ago | | | 0 | 0.00059719428 | |
| 18314171 | a year ago | | | 0 | 0.00060379036 | |
| 17884868 | a year ago | | | 0 | 0.00067998379 |
ABI
ABI objects
Getter at block 21202486
decimals() view returns (uint8)
9
initialized() view returns (bool)
true
minter() view returns (address)
0x40d73df4f99bae688ce3c23a01022224fe16c7b2
name() view returns (string)
AlphaFloor
symbol() view returns (string)
aFLOOR
totalSupply() view returns (uint256)
500000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.