CoinButler token
Verified contract
Active on
Ethereum with 424 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 |
---|---|---|---|---|---|
CBT | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14078933 | 3 years ago | | | 0 | 0.0056579169 | |
| 13911810 | 3 years ago | | | 0 | 0.0031569880 | |
| 13866544 | 3 years ago | | | 0 | 0.0020849290 | |
| 13821312 | 3 years ago | | | 0 | 0.0016818471 | |
| 13808078 | 3 years ago | | | 0 | 0.0021991371 | |
| 13807880 | 3 years ago | | | 0 | 0.0027598853 | |
| 13800193 | 3 years ago | | | 0 | 0.0040119134 | |
| 13775468 | 3 years ago | | | 0 | 0.0021021502 | |
| 13775445 | 3 years ago | | | 0 | 0.0026726116 | |
| 13773898 | 3 years ago | | | 0 | 0.0059528704 |
ABI
ABI objects
Getter at block 21229844
TOTAL_SUPPLY() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
CoinButler token
owner() view returns (address)
0xf0e7f7f682d2337eb09adf917db183cf3fba95f0
symbol() view returns (string)
CBT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
recoverERC20(uint256 tokenAmount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.