CircumnavigationCollection
Verified contract
Active on
Ethereum with 61 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 "CircumnavigationCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20874604 | a month ago | | | 0 | 0.00047000160 | |
| 20657433 | 2 months ago | | | 0 | 0.000057813600 | |
| 19715844 | 7 months ago | | | 0 | 0.00046250880 | |
| 19715034 | 7 months ago | | | 0 | 0.00027426878 | |
| 18831654 | a year ago | | | 0 | 0.0017657497 | |
| 17995967 | a year ago | | | 0 | 0.00052744565 | |
| 17831980 | a year ago | | | 0 | 0.0013316712 | |
| 17522988 | a year ago | | | 0 | 0.00076826858 | |
| 17522967 | a year ago | | | 0 | 0.0014883384 | |
| 17369470 | a year ago | | | 0 | 0.0022597817 |
ABI
ABI objects
Getter at block 21187309
_defaultOwner() view returns (address)
0xe052113bd7d7700d623414a0a4585bcae754e9d5
_id() view returns (uint256)
1
_percentageTotal() view returns (uint256)
10000
_typeCount() view returns (uint256)
6
circumnavigationContract() view returns (address)
0xdcb34b4ceed4bd6ba0ee08445d57a27d18e66a30
creator() view returns (string)
Dave Pollot
midLevelMultiplier() view returns (uint256)
100000
name() view returns (string)
Circumnavigation by Dave Pollot
symbol() view returns (string)
CIRCUMNAVIGATION
topLevelMultiplier() view returns (uint256)
1000000000
Read-only
_getFinalized(uint256 niftyType) view returns (bool)
_mintCount(uint256) view returns (uint256)
_percentageRoyalty(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoyaltyReceiverByNiftyType(uint256 niftyType) view returns (address)
getRoyaltyReceiverByTokenId(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingRoyaltyPayment(address account) view returns (uint256)
pendingRoyaltyPayment(address token, address account) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIPFSHash(uint256 tokenId) view returns (string)
tokenName(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initializeRoyalties(address splitterImplementation, uint256 niftyType, address[] payees, uint256[] shares_)
mintNifty(uint256 niftyType, uint256 count)
releaseRoyalties(address account)
releaseRoyalties(address token, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFinalized(uint256 niftyType)
setNiftyIPFSHash(uint256 niftyType, string hashIPFS)
setNiftyName(uint256 niftyType, string niftyName)
setRoyaltyBips(uint256 niftyType, uint256 percentageRoyalty_)
transferFrom(address from, address to, uint256 tokenId)
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 fromAddress, address indexed toAddress)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
PaymentReleased(address to, uint256 amount)
RoyaltyReceiverUpdated(uint256 indexed niftyType, address previousReceiver, address newReceiver)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address niftyRegistryContract, address defaultOwner, address circumnavigationContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.