Palette
Verified contract
Active on
Ethereum with 5,369 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Palette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163408 | 18 hours ago | | | 0 | 0.00034617946 | |
| 21163318 | 19 hours ago | | | 0 | 0.00069162660 | |
| 21160584 | a day ago | | | 0 | 0.00066925785 | |
| 21154643 | 2 days ago | | | 0 | 0.00015696445 | |
| 21154391 | 2 days ago | | | 0 | 0.00036103561 | |
| 21146608 | 3 days ago | | | 0 | 0.00052346533 | |
| 21146306 | 3 days ago | | | 0 | 0.00020942597 | |
| 21146304 | 3 days ago | | | 0 | 0.00021334980 | |
| 21144618 | 3 days ago | | | 0 | 0.00040982802 | |
| 21144137 | 3 days ago | | | 0 | 0.0011285537 |
ABI
ABI objects
Getter at block 21168873
DOMAIN_SEPARATOR() view returns (bytes32)
0xca3a2e1ee9ee713c26e2ab8b5c100957988bf0a102be11ad8cc49cc3efc45d29
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
baseTokenURI() view returns (string)
ipfs://bafybeidv7l2r4rr6l4hlmb73i4sllbpu6luisn2f7q3lvvfjr423ajle6m/
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
6969000000000000000000
erc721TotalSupply() view returns (uint256)
4938
getERC721QueueLength() view returns (uint256)
3317
locked() view returns (bool)
false
minted() view returns (uint256)
4938
minter() view returns (address)
0x54239a172810ba1c65e1f6e647d8546e6b1273b9
name() view returns (string)
Palette
owner() view returns (address)
0xbabb6638172865996b1480210d8f2d4ed0fe9a52
renderer() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PLT
totalSupply() view returns (uint256)
6969000000000000000000
trading() view returns (bool)
true
units() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 $id) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
mint(address[] $recipients, uint256[] $amounts) payable
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setBaseTokenURI(string $uri)
setERC721TransferExempt(address $account, bool $value)
setLocked(bool $locked)
setMinter(address $minter)
setRenderer(address $renderer)
setSelfERC721TransferExempt(bool state_)
setTrading(bool $trading)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address $owner, address $minter, string $baseTokenURI, string $name, string $symbol, uint8 $decimals)
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintInvalid()
MintLimitReached()
MinterInvalid()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
TokenInvalid()
TokenLoading()
TradingLocked()
Unauthorized()
UnsafeRecipient()