Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8aa3…b8b2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BET | ERC-20 | 118.370859M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14345054 | 3 years ago | | | 0 | 0.0059229270 | |
| 14222549 | 3 years ago | | | 0 | 0.013660504 | |
| 13847535 | 3 years ago | | | 0 | 0.0071861300 | |
| 13426348 | 3 years ago | | | 0 | 0.023244600 | |
| 13388910 | 3 years ago | | | 0 | 0.016112616 | |
| 13342617 | 3 years ago | | | 0 | 0.014890704 | |
| 13336406 | 3 years ago | | | 0 | 0.029431570 | |
| 13170999 | 3 years ago | | | 0 | 0.027566593 | |
| 13072895 | 3 years ago | | | 0 | 0.0046774666 | |
| 13066387 | 3 years ago | | | 0 | 0.0084019410 |
ABI
ABI objects
Getter at block 21210909
border() view returns (uint256)
100000000000000
currentStage() view returns (uint8)
3
isOwner() view returns (bool)
false
minTransferAmount() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x50fd415948346f13accbeac76cf16b2581121077
token() view returns (address)
0x8aa33a7899fcc8ea5fbe6a608a109c3893a1b8b2
Read-only
claimParticipants(uint256) view returns (address)
claims(address) view returns (string accountName, string accountOpenkey, uint256 amount)
isValidAccount(string _accountName, string _accountOpenkey) pure returns (bool)
isValidAccountName(string account) pure returns (bool)
isValidOpenkey(string str) pure returns (bool)
nameToOpenkey(string) view returns (string)
swapParticipants(uint256) view returns (address)
swaps(address, uint256) view returns (string accountName, string accountOpenkey, uint256 amount)
State-modifying
Events convert(string _accountName, string _accountOpenkey, uint256 _amount)
nextStage()
renounceOwnership()
setMinTransferAmount(uint256 _minTransferAmount)
transferOwnership(address newOwner)
Claim(address _from, string accountName, string accountOpenkey, uint256 amount, uint256 timestamp)
NextStage(address _sender, uint8 _currentStage, uint256 _timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address _from, string accountName, string accountOpenkey, uint256 amount, uint256 timestamp)
constructor(address _token, uint256 _minTransferAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.