Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,570.65)
Native
Value
$1,570.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4 | $3,926.62 |
$1,570.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20032142 | 6 months ago | | | 0 | 0.00074559268 | |
| 16762706 | 2 years ago | | | 0 | 0.0011321147 | |
| 15812968 | 2 years ago | | | 0 | 0.00064984482 | |
| 15668572 | 2 years ago | | | 0 | 0.00060550598 | |
| 15414585 | 2 years ago | | | 0 | 0.00033947416 | |
| 15363386 | 2 years ago | | | 0 | 0.00053814030 | |
| 15175800 | 2 years ago | | | 0 | 0.00084531985 | |
| 15044958 | 2 years ago | | | 0 | 0.0016079127 | |
| 14876291 | 3 years ago | | | 0 | 0.00063703451 | |
| 14741731 | 3 years ago | | | 0 | 0.00050236141 |
ABI
ABI objects
Getter at block 21399623
MAX_TOKENS() view returns (uint256)
3888
MINT_PER_TX_LIMIT() view returns (uint256)
20
name() view returns (string)
Simps
owner() view returns (address)
0xaa102004e974c3c5104109f4ebc28f53bd547fc2
paused() view returns (bool)
false
phase() view returns (uint16)
0
symbol() view returns (string)
SIMPS
tokensMinted() view returns (uint16)
2233
totalSupply() view returns (uint16)
2233
version() view returns (uint16)
8
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 _amount) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phasePrice(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePhasePrice(uint16 _phase, uint256 _weiPrice)
giveAway(uint16 _amount, address _address)
mint(uint16 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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.