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 "Gawds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106112 | a month ago | | | 0 | 0.00011845804 | |
| 21102977 | a month ago | | | 0 | 0.000081123735 | |
| 20919148 | 2 months ago | | | 0 | 0.00034002871 | |
| 20679060 | 3 months ago | | | 0 | 0.00045656752 | |
| 20597996 | 3 months ago | | | 0 | 0.000038989504 | |
| 20572584 | 3 months ago | | | 0 | 0.00073060435 | |
| 20572507 | 3 months ago | | | 0 | 0.00015159306 | |
| 20572490 | 3 months ago | | | 0 | 0.00088464464 | |
| 20572353 | 3 months ago | | | 0 | 0.00014472114 | |
| 20571716 | 3 months ago | | | 0 | 0.00092306258 |
ABI
ABI objects
Getter at block 21317657
baseURILocked() view returns (bool)
false
calculatePrice() view returns (uint256)
80000000000000000
maxPresaleGawds() view returns (uint256)
200
maxStaffGawds() view returns (uint256)
200
maxSupply() view returns (uint256)
10000
name() view returns (string)
Gawds
owner() view returns (address)
0x1a7c931584ef37f1ceceb4b4c399b179c05a110f
presaleGawdsMintCount() view returns (uint256)
200
saleStarted() view returns (bool)
false
staffGawdsMintCount() view returns (uint256)
200
staffVaultAddress() view returns (address)
0x77de7be18eec5c3c1b1a874816506ea594a5b1d7
symbol() view returns (string)
GAWDS
totalSupply() view returns (uint256)
5882
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)
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)
lockBaseURI()
presaleMint(address[] recipients)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
staffMint(uint256 count)
startSale()
stopSale()
summon(uint256 summonCount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURILocked(bool arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleState(bool arg0)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseTokenURI_, uint256 maxSupply_, uint256 price_)
This contract contains no fallback and receive objects.
This contract contains no error objects.