RAVING GOBLINS
Verified contract
Proxy
Active on
Ethereum with 479 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xd52f…b8ab
0x2d24…f492
2 additional
variables
Balances ($0.00)
No balances found for "RAVING GOBLINS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20391562 | 4 months ago | | | 0 | 0.00024387382 | |
| 20391561 | 4 months ago | | | 0 | 0.00036777472 | |
| 20391561 | 4 months ago | | | 0 | 0.00036728005 | |
| 20201802 | 4 months ago | | | 0 | 0.00011005115 | |
| 18867658 | a year ago | | | 0 | 0.00081724767 | |
| 18867653 | a year ago | | | 0 | 0.00073678881 | |
| 18866428 | a year ago | | | 0 | 0.00083015584 | |
| 18840345 | a year ago | | | 0 | 0.0016638630 | |
| 18646043 | a year ago | | | 0 | 0.0011370052 | |
| 18637609 | a year ago | | | 0 | 0.0014458675 |
ABI
ABI objects
Getter at block 21184703
baseURI() view returns (string)
ipfs://bafybeihph4dy5plrh2pycbyjr3l4hoslpgvbcdpleb256kiezkn73bqtx4/1-53673/
isRevealed() view returns (bool)
true
maxSupply() view returns (uint32)
10000
name() view returns (string)
RAVING GOBLINS
owner() view returns (address)
0x79c4253608a06e1864ac25236803e0b648719880
symbol() view returns (string)
RG
totalSupply() view returns (uint256)
8492
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 approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
changeBaseURI(string baseURI_)
initFilterRegistryAfterDeploy()
initialize(address _caManagerAddress, address _omnuumSigner, uint32 _maxSupply, string _coverBaseURI, address _prjOwner, string _name, string _symbol)
mintDirect(address _to, uint256 _quantity)
publicMint(uint32 _quantity, uint256 _groupId, struct SenderVerifierPayload _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setRevealed(string baseURI_)
ticketMint(uint32 _quantity, struct TicketManagerTicket _ticket, struct SenderVerifierPayload _payload) payable
transferBalance(uint256 _value, address _to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BalanceTransferred(address indexed receiver, uint256 value)
BaseURIChanged(address indexed nftContract, string baseURI)
EtherReceived(address indexed sender, uint256 value)
MintFeePaid(address indexed nftContract, address indexed payer, uint256 profit, uint256 mintFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revealed(address indexed nftContract)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address beacon, bytes data)
fallback()
receive()
receive()
OperatorNotAllowed(address operator)