ToadRunnerz
Verified contract
Active on
Ethereum with 8,933 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1cb1…49c6
0xa0c3…3f22
1 additional
variable
Balances ($0.00)
No balances found for "ToadRunnerz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145325 | 16 days ago | | | 0 | 0.00040895815 | |
| 21130660 | 18 days ago | | | 0 | 0.00066163910 | |
| 21124618 | 19 days ago | | | 0 | 0.00032511686 | |
| 20944420 | a month ago | | | 0 | 0.00066166281 | |
| 20656740 | 3 months ago | | | 0 | 0.000076824743 | |
| 20656181 | 3 months ago | | | 0 | 0.000057376770 | |
| 20623611 | 3 months ago | | | 0 | 0.000090404513 | |
| 20533939 | 3 months ago | | | 0 | 0.00040120863 | |
| 20532378 | 3 months ago | | | 0 | 0.00010873398 | |
| 20532368 | 3 months ago | | | 0 | 0.00020189318 |
ABI
ABI objects
Getter at block 21257474
contractURI() pure returns (string)
https://arcadenfts.com/c_metadata.json
name() view returns (string)
ToadRunnerz
owner() view returns (address)
0xb72bf6175ed6f8c0446a053bfaa4541474b69028
symbol() view returns (string)
TDRZ
totalSupply() view returns (uint256)
4777
Read-only
balance(address _owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGameKey(string _gameId) pure returns (bytes32)
getIssued(string _gameId) view returns (uint256)
getMaxIssuance(bytes32 _key) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwner(address _owner, uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addGame(string _gameId, uint256 _maxIssuance, uint256 _price, string _gameURI)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
issueToken(address _beneficiary, string _gameId) payable
issueTokens(address _beneficiary, string _gameId, uint256 _nbrOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _operator, bool _allowed)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCollectionIssuance(bytes32 _key, uint256 _issuance)
setCollectionPrice(bytes32 _gameKey, uint256 _price)
setGameURI(bytes32 _gameKey, string _uri)
setMaxAllowed(uint256 _allowed)
setPremint(bool _isPremint)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AddGame(bytes32 indexed _gameIdKey, string _gameId, uint256 _maxIssuance, uint256 _price, string gameURI)
Allowed(address indexed _operator, bool _allowed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string _oldBaseURI, string _newBaseURI)
CollectionIssuance(bytes32 _key, uint256 _issuance)
CollectionPrice(bytes32 _gameKey, uint256 _price)
Complete()
GameURI(bytes32 _gameKey, string _uri)
Issue(address indexed _beneficiary, uint256 indexed _tokenId, bytes32 indexed _gameIdKey, string _gameId, uint256 _issuedId)
MaxAllowed(uint256 allowed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Premint(bool _isPremint)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _operator, string _baseURI, address _toadAddress, address _arcadeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.