nftinvestrs
Verified contract
Active on
Ethereum with 1,704 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 "nftinvestrs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18784578 | a year ago | | | 0 | 0.0022990053 | |
| 18159404 | a year ago | | | 0 | 0.00050948084 | |
| 16825578 | 2 years ago | | | 0 | 0.00043323961 | |
| 15841083 | 2 years ago | | | 0 | 0.00063287056 | |
| 15841083 | 2 years ago | | | 0 | 0.00063287056 | |
| 15841083 | 2 years ago | | | 0 | 0.00063287056 | |
| 15841083 | 2 years ago | | | 0 | 0.00063287056 | |
| 15841083 | 2 years ago | | | 0 | 0.00058547163 | |
| 15836544 | 2 years ago | | | 0 | 0.00051601600 | |
| 15624301 | 2 years ago | | | 0 | 0.00028418782 |
ABI
ABI objects
Getter at block 21397189
CAPTIVE_CLOWNS() view returns (uint256)
210
CLOWN_STAFF() view returns (uint256)
5210
FUN_LIMIT() view returns (uint256)
4
claimed() view returns (bool)
true
name() view returns (string)
nftinvestrs
owner() view returns (address)
0x49086328e44966de791ac99353c203b039b63e51
started() view returns (bool)
true
symbol() view returns (string)
NIC
totalSupply() view returns (uint256)
5210
Read-only
addressClaimed(address) view returns (uint256)
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 to, uint256 tokenId)
mint(uint256 _count)
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_)
startCircus(bool circusStarted)
teamClaim()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()