gm
Verified contract
Proxy
Active on
Ethereum with 4,987 txns
Unified storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99999 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
0xbdfc…c36f
Balances ($0.00)
No balances found for "gm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20731799 | 2 months ago | | | 0 | 0.00027544545 | |
| 20726292 | 2 months ago | | | 0 | 0.000072643208 | |
| 20702783 | 2 months ago | | | 0 | 0.00026546632 | |
| 20702776 | 2 months ago | | | 0 | 0.00027020946 | |
| 20702769 | 2 months ago | | | 0 | 0.00027611241 | |
| 20702766 | 2 months ago | | | 0 | 0.00026913210 | |
| 20702762 | 2 months ago | | | 0 | 0.00028293199 | |
| 20702759 | 2 months ago | | | 0 | 0.00029040516 | |
| 20702747 | 2 months ago | | | 0 | 0.00027373634 | |
| 20617135 | 2 months ago | | | 0 | 0.000050729822 |
ABI
ABI objects
Getter at block 21160265
implementation() view returns (address)
0x43955024b1985e2b933a59021500ae5f55b04091
maxSupply() view returns (uint256)
6969
mintsLeft() view returns (uint256)
0
renderer() view returns (address)
0xbdfc8539bd9825ead5e57a5b3b0f92195fafc36f
salePrice() view returns (uint256)
42000000000000000
__owner() view returns (address)
0x2ba43efc033635250679fa7519433f80490b3d69
advancedConfig() view returns (uint16 royaltyBps, string uriBase, string uriExtension, bool hasTransferHook)
(royaltyBps=1000, uriBase=, uriExtension=, hasTransferHook=false)
deployedBlock() view returns (uint256)
13650723
name() view returns (string)
gm
owner() view returns (address)
0x2ba43efc033635250679fa7519433f80490b3d69
symbol() view returns (string)
gm
totalSupply() view returns (uint256)
6969
Read-only
seed(uint256 tokenId) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
__exists(uint256 tokenId) view returns (bool)
__isApprovedForAll(address _owner, address operator) view returns (bool)
__isApprovedOrOwner(address spender, uint256 tokenId) view returns (bool)
__tokenURI(uint256 tokenId) view returns (string)
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events burn(uint256 tokenId)
drinkCoffee(uint256 tokenId)
mint(uint256 count) payable
setSalePrice(uint256 newPrice)
withdraw()
__burn(uint256 tokenId)
__mint(address to, uint256 tokenId)
__setBaseURI(string uriBase, string uriExtension)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address newOwner, string _name, string _symbol, struct ConfigSettings settings)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
DrankCoffee(uint256 indexed tokenId, address indexed actor)
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(address baseFactory, address _rendererAddress, uint256 _maxSupply)
fallback()
receive()
This contract contains no error objects.