Permutation
Verified contract
Active on
Ethereum with 963 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 "Permutation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16704751 | 2 years ago | | | 0 | 0.0023908118 | |
| 16674536 | 2 years ago | | | 0 | 0.0011190710 | |
| 16673964 | 2 years ago | | | 0 | 0.0011688120 | |
| 16673558 | 2 years ago | | | 0 | 0.0010190681 | |
| 16670041 | 2 years ago | | | 0 | 0.0010583327 | |
| 16669909 | 2 years ago | | | 0 | 0.0011117058 | |
| 16669901 | 2 years ago | | | 0 | 0.0012477139 | |
| 16669901 | 2 years ago | | | 0 | 0.0012477139 | |
| 16669901 | 2 years ago | | | 0 | 0.0012477139 | |
| 16669900 | 2 years ago | | | 0 | 0.0011326693 |
ABI
ABI objects
Getter at block 21209872
devSupply() view returns (uint256)
0
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
Permutation
owner() view returns (address)
0x489565f8ab2f338faaec1c863614def8e9a85118
symbol() view returns (string)
P
totalSupply() view returns (uint256)
999
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 to, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()