5D Bid Coins
Verified contract
Active on
Ethereum with 133 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 Coins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6701907 | 6 years ago | | | 0 | 0.00030124000 | |
| 6664721 | 6 years ago | | | 20.79 | 0.0017875000 | |
| 6664473 | 6 years ago | | | 6 | 0.0010725000 | |
| 6664470 | 6 years ago | | | 0.18 | 0.0010705800 | |
| 6664447 | 6 years ago | | | 9 | 0.0010725000 | |
| 6569497 | 6 years ago | | | 0.3 | 0.0017843000 | |
| 6562375 | 6 years ago | | | 3.45 | 0.0017875000 | |
| 6561979 | 6 years ago | | | 15 | 0.0014300000 | |
| 6561977 | 6 years ago | | | 0 | 0.00090372000 | |
| 6561970 | 6 years ago | | | 30 | 0.0010725000 |
ABI
ABI objects
Getter at block 21163344
communityWallet() view returns (address)
0x03706722ca31e7d4ba29f5cb5887e27710fa013c
decimals() view returns (uint8)
18
name() view returns (string)
5D Bid Coins
owner() view returns (address)
0x88e24cab0ce6305a8f53ef1b864d5ea05ef650aa
symbol() view returns (string)
5D
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
transferCommunityWallet(address newCommunityWallet)
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.