EtherLords
Verified contract
Active on
Ethereum with 7,210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x248a…165f
Balances ($11.19)
Native
Value
$11.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0036 | $3,109.02 |
$11.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20297097 | 4 months ago | | | 0 | 0.00038279331 | |
| 18971018 | 10 months ago | | | 0 | 0.00066666025 | |
| 18971017 | 10 months ago | | | 0 | 0.00065564744 | |
| 18920319 | a year ago | | | 0 | 0.00069148893 | |
| 17891281 | a year ago | | | 0 | 0.00081779032 | |
| 17030141 | 2 years ago | | | 0 | 0.0010475825 | |
| 17020980 | 2 years ago | | | 0 | 0.00094408161 | |
| 16900509 | 2 years ago | | | 0 | 0.00087666353 | |
| 16767616 | 2 years ago | | | 0 | 0.0010732529 | |
| 16682464 | 2 years ago | | | 0 | 0.0011406582 |
ABI
ABI objects
Getter at block 21222845
_renderContract() view returns (address)
0x248afd5398bdd67ba20fc960e2744a0b6df4165f
_renderContractLocked() view returns (bool)
false
name() view returns (string)
EtherLords
owner() view returns (address)
0x7dba75236011db3144530c270206de30c6d5ebf0
symbol() view returns (string)
ETHERLORD
totalSupply() view returns (uint256)
5000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantLordship() payable
lockRenderContract(bool confirm)
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)
setRenderContract(address addr)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
soItBegins()
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(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()