Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLIPIT | ERC-20 | 133.487937B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148307 | 16 days ago | | | 0 | 0.00024595398 | |
| 21148268 | 16 days ago | | | 0 | 0.00056150150 | |
| 21059478 | a month ago | | | 0 | 0.00033905540 | |
| 21057502 | a month ago | | | 0 | 0.00050696673 | |
| 21057460 | a month ago | | | 0 | 0.00021309261 | |
| 21057458 | a month ago | | | 0 | 0.00017742450 | |
| 21057456 | a month ago | | | 0 | 0.00028876357 | |
| 21057445 | a month ago | | | 0 | 0.00017789862 | |
| 21057443 | a month ago | | | 0 | 0.00019071197 | |
| 21057442 | a month ago | | | 0 | 0.00019677623 |
ABI
ABI objects
Getter at block 21260245
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x8c799c4abeb563b409229aa0ba90963a8ac886800f27a2868ac06b274fb1b8a1
decimals() view returns (uint8)
18
name() view returns (string)
FlipIt Token
symbol() view returns (string)
FLIPIT
totalSupply() view returns (uint256)
42000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
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)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateSupervisedTransfersEndAt(uint256 supervisedTransfersEndAt_)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SupervisedTransfersEndAtUpdated(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupply, address taxCollector_)
This contract contains no fallback and receive objects.
InvalidSupervisedTransfersEndAtTimestamp(uint256 timestamp)
UnauthorizedTransfer(address spender, address from, address to, uint256 amount)