INHERITANCE
Verified contract
Active on
Ethereum with 570 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002143 |
$0 | |
ERC-20 | 415.05036K | -- | -- | ||
findtherabbit.me | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 15528918 | 2 years ago | | | 0.00000062 | 0.00080617453 | |
| 11146244 | 4 years ago | | | 0 | 0.00094427100 | |
| 11146244 | 4 years ago | | | 0 | 0.0018510270 | |
| 10948836 | 4 years ago | | | 0 | 0.0021664500 | |
| 10939284 | 4 years ago | | | 0 | 0.0029752580 | |
| 10927161 | 4 years ago | | | 0 | 0.0020797920 | |
| 10421442 | 4 years ago | | | 0 | 0.00083769400 | |
| 10409436 | 4 years ago | | | 0 | 0.0011262750 | |
| 9939065 | 5 years ago | | | 0 | 0.00017374800 | |
| 9832304 | 5 years ago | | | 0 | 0.00017374800 |
ABI
ABI objects
Getter at block 21172863
decimals() view returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
true
name() view returns (string _name)
INHERITANCE
owner() view returns (address)
0x439415b03708bde585856b46666f34b65af6a5c3
paused() view returns (bool)
false
symbol() view returns (bytes32 _symbol)
0x4945490000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
750089880720799999749996001
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addExcluded(address _toExclude)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value) returns (bool)
crowdsaleFinished()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.