Versailles Heroes
Verified contract
Active on
Ethereum with 4,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Versailles Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007538 | a month ago | | | 0 | 0.00034750414 | |
| 20984216 | a month ago | | | 0 | 0.0015044681 | |
| 20650160 | 3 months ago | | | 0 | 0.000056684163 | |
| 20597761 | 3 months ago | | | 0 | 0.000027494106 | |
| 20452797 | 4 months ago | | | 0 | 0.000055093000 | |
| 19996531 | 6 months ago | | | 0 | 0.00011279483 | |
| 19986711 | 6 months ago | | | 0 | 0.00071204572 | |
| 19986389 | 6 months ago | | | 0 | 0.00046572985 | |
| 19823083 | 6 months ago | | | 0 | 0.00019210319 | |
| 19742976 | 7 months ago | | | 0 | 0.00023002634 |
ABI
ABI objects
Getter at block 21226710
baseURI() view returns (string)
https://api.versaillesheroes.com/hero/
name() view returns (string)
Versailles Heroes
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x4931018ca898f2c990323c56c543cb661a08a238
paused() view returns (bool)
false
symbol() view returns (string)
VRHH
totalSupply() view returns (uint256)
5800
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address _minter) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 addMinter(address _minter)
approve(address to, uint256 tokenId)
deletedMinter(address _minter)
mint(address to, uint256 heroBoxId, uint256 boxCategory, uint256 quantity, bytes32 randomHash)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setOwnersExplicit(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 heroBoxId, uint256 boxCategory, uint256 tokenIdStart, uint256 quantity, bytes32 randomHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI, string _name, string _symbol, uint256 _maxBatchSize, uint256 _collectionSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.