Chainflip
Verified contract
Active on
Ethereum with 33,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,736.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONDO | ERC-20 | 13.136537K | $1.085 |
$14,253.14 | |
FLIP | ERC-20 | 1.290167K | $1.15 |
$1,483.69 | |
WZANO | ERC-20 | 1.555601K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249258 | 10 minutes ago | | | 0 | 0.00048493146 | |
| 21248950 | an hour ago | | | 0 | 0.00048883509 | |
| 21248907 | an hour ago | | | 0 | 0.00043120012 | |
| 21248713 | 2 hours ago | | | 0 | 0.00054320141 | |
| 21248680 | 2 hours ago | | | 0 | 0.00046205280 | |
| 21248518 | 3 hours ago | | | 0 | 0.00035525100 | |
| 21248514 | 3 hours ago | | | 0 | 0.00055658704 | |
| 21248497 | 3 hours ago | | | 0 | 0.00030614542 | |
| 21248496 | 3 hours ago | | | 0 | 0.00032738853 | |
| 21248326 | 3 hours ago | | | 0 | 0.00066190409 |
ABI
ABI objects
Getter at block 21249308
decimals() view returns (uint8)
18
getIssuer() view returns (address)
0x6995ab7c4d7f4b03f467cf4c8e920427d9621dbd
name() view returns (string)
Chainflip
symbol() view returns (string)
FLIP
totalSupply() view returns (uint256)
95044175066280785142505761
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(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateIssuer(address newIssuer)
Approval(address indexed owner, address indexed spender, uint256 value)
IssuerUpdated(address oldIssuer, address newIssuer)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 flipTotalSupply, uint256 numGenesisValidators, uint256 genesisStake, address receiverGenesisValidatorFlip, address receiverGenesisFlip, address genesisIssuer)
This contract contains no fallback and receive objects.
This contract contains no error objects.