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 "Floor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065767 | 20 days ago | | | 0 | 0.0011398217 | |
| 21010670 | a month ago | | | 0 | 0.00014898681 | |
| 20877318 | 2 months ago | | | 0 | 0.00025319681 | |
| 20504388 | 3 months ago | | | 0 | 0.000024733758 | |
| 20497349 | 3 months ago | | | 0 | 0.000075931393 | |
| 20497348 | 3 months ago | | | 0 | 0.000077356338 | |
| 20497329 | 3 months ago | | | 0 | 0.000075692886 | |
| 20379812 | 4 months ago | | | 0 | 0.000087370945 | |
| 20379705 | 4 months ago | | | 0 | 0.000088000052 | |
| 20355006 | 4 months ago | | | 0 | 0.000061737434 |
ABI
ABI objects
Getter at block 21212126
DOMAIN_SEPARATOR() view returns (bytes32)
0xfc8c1f2531fcad05713e630a5081995cd25c9989374dd12fc4847ebc19d47a47
authority() view returns (address)
0x618907e21898d0357f0a0bf0b112949b1530cbc1
decimals() view returns (uint8)
9
name() view returns (string)
Floor
symbol() view returns (string)
FLOOR
totalSupply() view returns (uint256)
1081649022716159
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAuthority(address _newAuthority)
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)
AuthorityUpdated(address indexed authority)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.