double or nothing flip
Verified contract
Active on
Base with 268 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
xFLIP | ERC-20 | 348.073997M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22148187 | 18 days ago | | | 0 | 7.2937427e-7 | |
| 22142794 | 18 days ago | | | 0 | 0.00046512293 | |
| 22142752 | 18 days ago | | | 0 | 7.7866016e-7 | |
| 22142752 | 18 days ago | | | 0 | 7.7993227e-7 | |
| 22142747 | 18 days ago | | | 0 | 7.7631432e-7 | |
| 22142747 | 18 days ago | | | 0 | 7.7631432e-7 | |
| 22142747 | 18 days ago | | | 0 | 7.7732035e-7 | |
| 22142747 | 18 days ago | | | 0 | 7.7732035e-7 | |
| 22142747 | 18 days ago | | | 0 | 7.7631432e-7 | |
| 22142747 | 18 days ago | | | 0 | 7.7732035e-7 |
ABI
ABI objects
Getter at block 22920467
admin() view returns (address)
0x727a256acc4ba19674fbe2ee36650f1dda807524
airnode() view returns (address)
0x224e030f03cd3440d88bd78c9bf5ed36458a1a25
airnodeRrp() view returns (address)
0xa0ad79d995ddeeb18a14eaef56a549a04e3aa1bd
decimals() view returns (uint8)
3
endpointIdUint256() view returns (bytes32)
0xffd1bbe880e7b2c662f6c8511b15ff22d12a4a35d5c8c17202893a5f10e25284
name() view returns (string)
double or nothing flip
sponsorWallet() view returns (address)
0xffb88b12a924e2f3cfbf528377136c2172cafbb0
symbol() view returns (string)
xFLIP
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
pingAddresses(address) view returns (bool)
requestIdToRequest(bytes32) view returns (address user, uint256 amount)
State-modifying
Events approve(address spender, uint256 amount)
changeAdmin(address newAdmin)
fulfillDoubleOrNothing(bytes32 requestId, bytes data)
setPingAddress(address pingAddress, bool status)
setSponsorWallet(address sponsorWallet_)
transfer(address to, uint256 amount)
transferFrom(address from, address to, uint256 amount)
withdrawAllEth()
withdrawTokens(uint256 amount)
AdminChanged(address indexed oldAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
DoubleOrNothingInitiated(address indexed user, uint256 amount, bytes32 requestId)
DoubleOrNothingResult(address indexed user, bool indexed won, uint256 amount)
EthWithdrawn(address indexed admin, uint256 amount)
PingAddressSet(address indexed pingAddress, bool indexed status)
TokensWithdrawn(address indexed admin, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.