GodsOfRock
Verified contract
Active on
Ethereum with 10,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x71c9…44cf
0xc2f0…cf3d
4 additional
variables
Balances ($0.00)
No balances found for "GodsOfRock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271232 | 5 hours ago | | | 0 | 0.00034160267 | |
| 21254077 | 3 days ago | | | 0 | 0.00027315465 | |
| 21243993 | 4 days ago | | | 0 | 0.00071034304 | |
| 21213409 | 8 days ago | | | 0 | 0.00052996635 | |
| 21190964 | 11 days ago | | | 0 | 0.00068229079 | |
| 21190491 | 11 days ago | | | 0 | 0.00068860236 | |
| 21147079 | 18 days ago | | | 0 | 0.00040119058 | |
| 21138301 | 19 days ago | | | 0 | 0.0010361948 | |
| 21128914 | 20 days ago | | | 0 | 0.00072883249 | |
| 21125817 | 21 days ago | | | 0 | 0.0048741818 |
ABI
ABI objects
Getter at block 21272708
MAX_MINTS_PER_TXN() view returns (uint256)
15
baseURI() view returns (string)
https://mint.godsofrocknft.com/api/metadata/
demigodMintIsActive() view returns (bool)
false
maxTokenSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
80000000000000000
name() view returns (string)
GodsOfRock
owner() view returns (address)
0x9ab10a59613ce0d8d2e391e49f3697922d28d6ed
preSaleTorIsActive() view returns (bool)
false
preSaleVipIsActive() view returns (bool)
false
presaleTORPrice() view returns (uint256)
75000000000000000
presaleVIPPrice() view returns (uint256)
70000000000000000
provenance() view returns (string)
saleIsActive() view returns (bool)
false
symbol() view returns (string)
GOR
totalSupply() view returns (uint256)
6787
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(uint256 tokenId) view returns (bool)
canMintViaTOR(address owner) view returns (bool)
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)
burn(uint256 tokenId)
flipSaleState()
mintDemiGod(uint256 torTokenId, uint256[3] gorTokenIds)
mintGOR(uint256 numberOfTokens) payable
presaleMintViaTOR() payable
presaleMintViaVip(uint256 numberOfTokens, uint256[] tokenIds) payable
renounceOwnership()
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxTokenSupply(uint256 maxGodsOfRockSupply)
setPrices(uint256 newMintPrice, uint256 newPresaleTORPrice, uint256 newPresaleVIPPrice)
setProvenanceHash(string provenanceHash)
setStateSwitches(bool newPresaleVipState, bool newPresaleTorState, bool newDemigodMintIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawForGiveaway(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DemigodMinted(uint256 demigodTokenId, uint256 torTokenId, uint256[3] gorTokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxGodsOfRockSupply, address vipContractAddress, address torContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.