5D Bid Tokens
Verified contract
Active on
Ethereum with 24 txns
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 "5D Bid Tokens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6444565 | 6 years ago | | | 0 | 0.0018587000 | |
| 6440130 | 6 years ago | | | 0 | 0.00060176000 | |
| 6440091 | 6 years ago | | | 0.3 | 0.0017798000 | |
| 6440071 | 6 years ago | | | 0.3 | 0.0025298000 | |
| 6439949 | 6 years ago | | | 24 | 0.0025330000 | |
| 6439929 | 6 years ago | | | 24 | 0.0025330000 | |
| 6439928 | 6 years ago | | | 39.9 | 0.0017830000 | |
| 6439875 | 6 years ago | | | 49.98 | 0.0025330000 | |
| 6439863 | 6 years ago | | | 0.09 | 0.0025298000 | |
| 6439674 | 6 years ago | | | 48 | 0.0025298000 |
ABI
ABI objects
Getter at block 21247814
communityWallet() view returns (address)
0x44729e029f9c63798805e6142bc696bdbc69f70d
decimals() view returns (uint8)
18
name() view returns (string)
5D Bid Tokens
owner() view returns (address)
0x28f6e90a80de7a4fc398726c2a87961830d80955
symbol() view returns (string)
5D
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
UnlockedBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getConsideration(uint256 keyquantity) view returns (uint256)
lockedBalanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveContractReceiveGameLockedToken(address _from) returns (bool)
freeGameLockedToken(address _to, uint256 _value)
jackPotGameLockedToken(address _to, uint256 _value)
sellGameLockedToken(uint256 keyquantity) payable returns (bool)
spendGameLockedToken(address _from, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unlockBalance(address _owner, uint256 _value) returns (bool)
updateKeyPrice(uint256 updatePrice)
withdrawAmount()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FreeLockedBalance(address indexed _owner, address _to, uint256 _amount)
SellLockedBalance(address indexed _owner, uint256 _amount)
SpendLockedBalance(address indexed _owner, address indexed spender, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
UnlockBalance(address indexed _owner, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.