Coolman's Universe
Verified contract
Active on
Ethereum with 3,015 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 "Coolman's Universe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183779 | 6 days ago | | | 0 | 0.00080690805 | |
| 21183777 | 6 days ago | | | 0 | 0.00080046501 | |
| 21169352 | 8 days ago | | | 0 | 0.0011635583 | |
| 21160705 | 10 days ago | | | 0 | 0.00065431783 | |
| 21102959 | 18 days ago | | | 0 | 0.000094312200 | |
| 20981424 | a month ago | | | 0 | 0.00067374718 | |
| 20968587 | a month ago | | | 0 | 0.00084486906 | |
| 20669456 | 3 months ago | | | 0 | 0.000076834806 | |
| 20666198 | 3 months ago | | | 0 | 0.000081109794 | |
| 20659561 | 3 months ago | | | 0 | 0.000032280600 |
ABI
ABI objects
Getter at block 21229038
MAX_SUPPLY() view returns (uint256)
10000
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmVuNKbtPqBukgnryGCasdnSL5WRSuig2DmePqtMcNYuew/
name() view returns (string)
Coolman's Universe
owner() view returns (address)
0xf9283e77f44c90669df3d2c5ebc3879952457f42
symbol() view returns (string)
JADU
totalSupply() view returns (uint256)
9999
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address[] _addresses, uint8[] _counts)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
ArrayMismatch()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SupplyExceeded()
SupplyReached()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()