999 Genesis AI Lords
Verified contract
Active on
Ethereum with 975 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.57)
Native
Value
$15.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,893.43 |
$15.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18590070 | a year ago | | | 0.004 | 0.0015763076 | |
| 15801326 | 2 years ago | | | 0 | 0.00085177081 | |
| 15428440 | 2 years ago | | | 0 | 0.00035323195 | |
| 15415324 | 2 years ago | | | 0 | 0.00050877437 | |
| 15333369 | 2 years ago | | | 0 | 0.00053796923 | |
| 15255344 | 2 years ago | | | 0 | 0.00045582473 | |
| 15185200 | 2 years ago | | | 0 | 0.00077821904 | |
| 15169090 | 2 years ago | | | 0 | 0.00084320876 | |
| 15119680 | 2 years ago | | | 0 | 0.00051971874 | |
| 15100212 | 2 years ago | | | 0 | 0.00091263881 |
ABI
ABI objects
Getter at block 21426108
FREE_MAX_SUPPLY() view returns (uint256)
777
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
999
baseExtension() view returns (string)
baseURI() view returns (string)
https://fantomlordsapi.herokuapp.com/lords/
contractURI() view returns (string)
https://fantomlordsapi.herokuapp.com/lords/
name() view returns (string)
999 Genesis AI Lords
owner() view returns (address)
0x7300cb6bd9b0c38ce37ddb08ef53e3f25063d82d
paused() view returns (bool)
false
price() view returns (uint256)
4000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Lords
totalSupply() view returns (uint256)
829
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()