DragonLand Rare Ore
Verified contract
Active on
Ethereum with 1,779 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 "DragonLand Rare Ore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12897251 | 3 years ago | | | 0 | 0.0013147029 | |
| 11065788 | 4 years ago | | | 0 | 0.0011508348 | |
| 11065744 | 4 years ago | | | 0 | 0.0027982105 | |
| 10629814 | 4 years ago | | | 0 | 0.0035374620 | |
| 10591593 | 4 years ago | | | 0 | 0.00078102500 | |
| 10591491 | 4 years ago | | | 0 | 0.0024326475 | |
| 9881640 | 5 years ago | | | 0 | 0.00044606000 | |
| 9881591 | 5 years ago | | | 0 | 0.00028766650 | |
| 9714078 | 5 years ago | | | 0 | 0.0014926000 | |
| 9712824 | 5 years ago | | | 0 | 0.0020921200 |
ABI
ABI objects
Getter at block 21165896
_totalSupply() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
DragonLand Rare Ore
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe5064630c95bd05d94fbf4c70c2fb70913e51dd7
paused() view returns (bool)
false
symbol() view returns (string)
DRO
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause() returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unpause() returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 tokens)
Unpause()
constructor()
fallback()
This contract contains no error objects.