Goblin and Warriors
Verified contract
Active on
Ethereum with 1,835 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 "Goblin and Warriors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433344 | 8 months ago | | | 0 | 0.0022838890 | |
| 19017504 | 10 months ago | | | 0 | 0.0049962166 | |
| 18586867 | a year ago | | | 0 | 0.0017353104 | |
| 18190939 | a year ago | | | 0 | 0.00019943459 | |
| 17274208 | 2 years ago | | | 0 | 0.0030902582 | |
| 16653127 | 2 years ago | | | 0 | 0.00098425690 | |
| 16214939 | 2 years ago | | | 0 | 0.00058917914 | |
| 16210197 | 2 years ago | | | 0 | 0.00069281842 | |
| 16144409 | 2 years ago | | | 0 | 0.00073517850 | |
| 16012444 | 2 years ago | | | 0 | 0.00031287142 |
ABI
ABI objects
Getter at block 21283512
AllowPRICE_PER_TOKEN() view returns (uint256)
5000000000000000
MAX_PUBLIC_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5555
PRICE_PER_TOKEN() view returns (uint256)
0
PROVENANCE() view returns (string)
isAllowListActive() view returns (bool)
false
name() view returns (string)
Goblin and Warriors
owner() view returns (address)
0xcb4cea94f7f52a2d7666182ea6cc387244d354a0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
GAW
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address addr) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintAllowList(uint8 numberOfTokens) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsAllowListActive(bool _isAllowListActive)
setProvenance(string provenance)
setSaleState(bool newState)
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.
This contract contains no error objects.