Soda Pass
Verified contract
Active on
Ethereum with 2,439 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SODA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081476 | a month ago | | | 0 | 0.00059673801 | |
| 20407401 | 4 months ago | | | 0 | 0.00018311518 | |
| 20375450 | 4 months ago | | | 0 | 0.00016102320 | |
| 20202711 | 5 months ago | | | 0 | 0.00010676322 | |
| 20202539 | 5 months ago | | | 0 | 0.000092055876 | |
| 20160967 | 5 months ago | | | 0 | 0.00023156337 | |
| 20097822 | 6 months ago | | | 0 | 0.00032442927 | |
| 18930802 | a year ago | | | 0 | 0.00080851312 | |
| 18908472 | a year ago | | | 0 | 0.00057250964 | |
| 18896401 | a year ago | | | 0 | 0.00064664717 |
ABI
ABI objects
Getter at block 21306774
_startDate() view returns (uint256)
2550960787
_whitelistStartDate() view returns (uint256)
2552292681
getCurrentMintLimit() view returns (uint8)
4
getCurrentPrice() pure returns (uint64)
100000000000000000
maxSupply() view returns (uint16)
5100
name() view returns (string)
Soda Pass
owner() view returns (address)
0x9781f65af8324b40ee9ca421ea963642bc8a8c2b
symbol() view returns (string)
SODA
totalSupply() view returns (uint256)
1024
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addUserToWhitelist(address wallet)
approve(address to, uint256 tokenId)
mint(uint8 _quantityToMint) payable
removeUserFromWhitelist(address wallet)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newbaseTokenURI)
setStartDate(uint256 startDate)
setWhitelistStartDate(uint256 whitelistStartDate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.