SergToadz
Verified contract
Active on
Ethereum with 229 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 "SergToadz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19043998 | 10 months ago | | | 0 | 0.00081339368 | |
| 19011151 | 10 months ago | | | 0 | 0.0010243318 | |
| 18896602 | a year ago | | | 0 | 0.00068120988 | |
| 18037878 | a year ago | | | 0 | 0.0011634065 | |
| 17065048 | 2 years ago | | | 0 | 0.00076719877 | |
| 16306709 | 2 years ago | | | 0 | 0.00081961479 | |
| 16271649 | 2 years ago | | | 0 | 0.00066609400 | |
| 16235485 | 2 years ago | | | 0 | 0.00070545386 | |
| 16189745 | 2 years ago | | | 0 | 0.00067370575 | |
| 16048535 | 2 years ago | | | 0 | 0.00063795459 |
ABI
ABI objects
Getter at block 21227667
MAX_PURCHASE() view returns (uint256)
3
TOTAL_SUPPLY() view returns (uint256)
222
assetsLeft() view returns (uint256)
0
getPrice() view returns (uint256)
20000000000000000
name() view returns (string)
SergToadz
owner() view returns (address)
0x347e1157f056d377d94a31bf0af03364f570bd4e
price() view returns (uint256)
20000000000000000
saleIsActive() view returns (bool)
true
supplyReached() view returns (bool)
false
symbol() view returns (string)
SERGTZ
totalSupply() view returns (uint256)
222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) 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)
claimSergToadz()
mintSergToadzTo(address _to, uint256 numberOfTokens) payable
mintTo(address _to, uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newUri)
setPrice(uint256 _newPrice)
setTotalSupply(uint256 _newTotalSupply)
switchSaleIsActive()
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)
SergToadzMinted(uint256 tokenId, address sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.