NymphFeet
Verified contract
Active on
Ethereum with 133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($0.00)
No balances found for "NymphFeet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16266681 | 2 years ago | | | 0 | 0.00056201596 | |
| 14834403 | 2 years ago | | | 0 | 0.00058996355 | |
| 13976957 | 3 years ago | | | 0 | 0.012525979 | |
| 13793488 | 3 years ago | | | 0 | 0.010853741 | |
| 13790568 | 3 years ago | | | 0.024814815 | 0.0067321145 | |
| 13790565 | 3 years ago | | | 0.028333333 | 0.0068372542 | |
| 13790564 | 3 years ago | | | 0.028333333 | 0.0061547686 | |
| 13790564 | 3 years ago | | | 0.030740741 | 0.0061547686 | |
| 13790564 | 3 years ago | | | 0.030740741 | 0.0059772850 | |
| 13790562 | 3 years ago | | | 0.030740741 | 0.0061192071 |
ABI
ABI objects
Getter at block 21161954
MAX_FEET() view returns (uint256)
100
TOTAL_REWARD_POOLS() view returns (uint256)
10
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
NymphFeet
owner() view returns (address)
0x2e285e94843a620a01a2462ab4b19a17b0847ddf
pay_to() view returns (address)
0xa09bcf8689e98b2c7c2d8d82257865d0eee0b102
randomnessState() view returns (uint8)
2
revealed() view returns (bool)
false
symbol() view returns (string)
FEET
totalSupply() view returns (uint256)
100
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)
redeemed(uint256, uint256) view returns (bool)
rewardPools(uint256) view returns (uint256)
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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
getRandomNumber() returns (bytes32 requestId)
mint() payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 indexed tokenId, uint256 price)
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.