Cryptobuyer Token
Verified contract
Active on
Ethereum with 3,211 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18375967 | a year ago | | | 0 | 0.00018937331 | |
| 18302731 | a year ago | | | 0 | 0.00032122283 | |
| 17157161 | 2 years ago | | | 0 | 0.0013840800 | |
| 16675488 | 2 years ago | | | 0 | 0.00074505000 | |
| 15970425 | 2 years ago | | | 0 | 0.0011888700 | |
| 15844844 | 2 years ago | | | 0 | 0.00034302454 | |
| 15780883 | 2 years ago | | | 0 | 0.00050643000 | |
| 15780883 | 2 years ago | | | 0 | 0.00050622600 | |
| 15780882 | 2 years ago | | | 0 | 0.00050643000 | |
| 15780882 | 2 years ago | | | 0 | 0.00050643000 |
ABI
ABI objects
Getter at block 21202860
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Cryptobuyer Token
owner() view returns (address)
0xd764981817f8c7be0cc564c7274ee465c8781b0f
symbol() view returns (string)
XPT
totalSupply() view returns (uint256)
155254440000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tokenMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.