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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
HOLD | ERC-20 | 28.6K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862634 | 2 months ago | | | 0 | 0.00023765969 | |
| 20453279 | 4 months ago | | | 0 | 0.000047472000 | |
| 20407858 | 4 months ago | | | 0 | 0.000047460000 | |
| 18854929 | a year ago | | | 0 | 0.0011393280 | |
| 18769613 | a year ago | | | 0 | 0.0015241545 | |
| 18767466 | a year ago | | | 0 | 0.0014449472 | |
| 18142020 | a year ago | | | 0 | 0.00040916415 | |
| 17920132 | a year ago | | | 0 | 0.0013240204 | |
| 17347149 | a year ago | | | 0 | 0.0010014060 | |
| 17085053 | 2 years ago | | | 0 | 0.0035014200 |
ABI
ABI objects
Getter at block 21271488
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
HOLD
owner() view returns (address)
0x7bf312950f0ec7ccebccfa6cab3977fa1f92cb36
symbol() view returns (string)
HOLD
totalSupply() view returns (uint256)
923453365000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferBurnRole(address newBurner)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
BurnTransferred(address indexed previousBurner, address indexed newBurner)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _burner)
This contract contains no fallback and receive objects.
This contract contains no error objects.