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 "Goblin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18225610 | a year ago | | | 0 | 0.00053732000 | |
| 18225580 | a year ago | | | 0 | 0.00039374643 | |
| 18225565 | a year ago | | | 0 | 0.00038377390 | |
| 17818420 | a year ago | | | 0 | 0.00094823078 | |
| 17817866 | a year ago | | | 0 | 0.00081826664 | |
| 17817819 | a year ago | | | 0 | 0.00091010640 | |
| 16997890 | 2 years ago | | | 0 | 0.0013433000 | |
| 15100913 | 2 years ago | | | 0 | 0.00084897381 | |
| 15100851 | 2 years ago | | | 0 | 0.00069937064 | |
| 15042548 | 2 years ago | | | 0 | 0.0016950602 |
ABI
ABI objects
Getter at block 21315996
decimals() view returns (uint8)
18
name() view returns (string)
Goblin
owner() view returns (address)
0x1f545e8c5e33b3718bbd78bc5cee33cc772e4364
paused() view returns (bool)
false
symbol() view returns (string)
GBN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
timelockList(address, uint256) view returns (uint256 _releaseTime, uint256 _amount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address holder, uint256 value, uint256 releaseTime) returns (bool)
mint(uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address holder, uint256 value, uint256 releaseTime) returns (bool)
unfreezeAccount(address holder) returns (bool)
unlock(address holder, uint256 idx) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed holder, uint256 value, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed holder, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.