Santa Swap Participation Token
Verified contract
Active on
Ethereum with 1,121 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 "Santa Swap Participation Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20908463 | a month ago | | | 0 | 0.00023008500 | |
| 18102801 | a year ago | | | 0 | 0.00043556508 | |
| 17552942 | a year ago | | | 0 | 0.00066475786 | |
| 17010589 | 2 years ago | | | 0 | 0.00049601619 | |
| 17010570 | 2 years ago | | | 0 | 0.00051149664 | |
| 16954106 | 2 years ago | | | 0 | 0.00085726059 | |
| 16240225 | 2 years ago | | | 0 | 0.00077576749 | |
| 16195112 | 2 years ago | | | 0 | 0.00058745198 | |
| 16023064 | 2 years ago | | | 0 | 0.00052897466 | |
| 15657570 | 2 years ago | | | 0 | 0.00016313687 |
ABI
ABI objects
Getter at block 21163904
baseURI() view returns (string)
ipfs://bafybeiew5yby6sy5qm5rtmeili6avtv7jlvrvoux3u5jj2mcgslltadhgm
name() view returns (string)
Santa Swap Participation Token
nftsMinted() view returns (uint256)
2516
owner() view returns (address)
0xba6fb2a9390baeedcc4c0aa485a367c90cdc37a8
totalSupply() pure returns (uint256)
10000
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] batchBalances)
isApprovedForAll(address owner, address operator) view returns (bool isOperator)
supportsInterface(bytes4 interfaceId) pure returns (bool supported)
uri(uint256) view returns (string meta)
State-modifying
Events mintBatch(bytes32 handleHash, uint256 numToMint) payable
mintSingle(bytes32 handleHash) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
updateOwner(address newOwner)
updateURI(string newURI)
withdrawBalance()
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTMinted(address indexed to, bytes32 handleHash, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ArrayParity()
CallError()
InsufficientPayment()
InvalidOperator()
InvalidReceiver()
MaxMinted()
NotOwner()
NullAddress()