ZenGoblin
Verified contract
Active on
Ethereum with 3,101 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 "ZenGoblin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19182587 | 10 months ago | | | 0 | 0.0010186047 | |
| 18263372 | a year ago | | | 0 | 0.00059337118 | |
| 16033475 | 2 years ago | | | 0 | 0.00043267349 | |
| 15909869 | 2 years ago | | | 0 | 0.00041636700 | |
| 15865242 | 2 years ago | | | 0 | 0.00017034234 | |
| 15796466 | 2 years ago | | | 0 | 0.00096060954 | |
| 15758161 | 2 years ago | | | 0 | 0.00037928433 | |
| 15364263 | 2 years ago | | | 0 | 0.00053573652 | |
| 15201081 | 2 years ago | | | 0 | 0.00036874881 | |
| 15174977 | 2 years ago | | | 0 | 0.00044865886 |
ABI
ABI objects
Getter at block 21285617
MAX_MEDITATE() view returns (uint256)
5000
MAX_MEDITATE_FREE() view returns (uint256)
5000
MAX_PER_ADDR() view returns (uint256)
5
MAX_PER_ADDR_FREE() view returns (uint256)
1
PRICE() view returns (uint256)
0
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmaJ5jGj7A2xmAKtejKDUiCaUN1zh5iCUXE8ZwWx9xmgJA/
getPrice() view returns (uint256)
0
gogo() view returns (bool)
true
name() view returns (string)
ZenGoblin
owner() view returns (address)
0xca1a27096bd35eef2970737c3142f4dbeaa2a7f9
paused() view returns (bool)
false
symbol() view returns (string)
ZENGOB
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address to, uint256 tokenId)
init()
meditate(uint256 _amount) payable
pause(bool _state)
reduceSupply(uint256 newSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeCapLimit(uint256 limit)
setPrice(uint256 newPrice)
setStart(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()