Goblinarinos
Verified contract
Active on
Ethereum with 919 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 "Goblinarinos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074833 | 3 hours ago | | | 0 | 0.00035623634 | |
| 21074826 | 3 hours ago | | | 0 | 0.00049684279 | |
| 21074818 | 3 hours ago | | | 0 | 0.00038329900 | |
| 21074794 | 3 hours ago | | | 0 | 0.00040747872 | |
| 21074710 | 3 hours ago | | | 0 | 0.00023801742 | |
| 21074692 | 4 hours ago | | | 0 | 0.00027950259 | |
| 21074596 | 4 hours ago | | | 0 | 0.00032359306 | |
| 21074540 | 4 hours ago | | | 0 | 0.00032866136 | |
| 21074174 | 5 hours ago | | | 0 | 0.00044130833 | |
| 21073951 | 6 hours ago | | | 0 | 0.00045918442 |
ABI
ABI objects
Getter at block 21075751
baseURI() view returns (string)
https://storage.googleapis.com/goblinarinos/metadata/
burnedTokens() view returns (uint256)
0
maxSupply() view returns (uint256)
4444
name() view returns (string)
Goblinarinos
owner() view returns (address)
0x172d7d01e5421e4a765117ad2091556f068493c9
symbol() view returns (string)
GOBLINS
totalSupply() view returns (uint256)
3839
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)
owners(uint256) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 id) pure returns (uint256)
tokenOfOwnerByIndex(address user, uint256 id) view returns (uint256)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 id)
gift(address[] receivers)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 newSupply)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
SupplyUpdated(uint256 from, uint256 to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, address[353] ogOwners)
This contract contains no fallback and receive objects.
This contract contains no error objects.