SpeedrunAI
Verified contract
Active on
Ethereum with 76 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SpeedrunAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309229 | 2 years ago | | | 0 | 0.00070027950 | |
| 14226152 | 3 years ago | | | 0 | 0.0032013998 | |
| 14226134 | 3 years ago | | | 0 | 0.0049357864 | |
| 14214082 | 3 years ago | | | 0 | 0.0051304015 | |
| 14213758 | 3 years ago | | | 0 | 0.0047524116 | |
| 13979193 | 3 years ago | | | 0 | 0.015028160 | |
| 13482956 | 3 years ago | | | 0 | 0.0020676818 | |
| 13482913 | 3 years ago | | | 0 | 0.0047755513 | |
| 13482910 | 3 years ago | | | 0 | 0.010495594 | |
| 13482898 | 3 years ago | | | 0 | 0.0023147394 |
ABI
ABI objects
Getter at block 21396361
ERC712_VERSION() view returns (string)
1
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xf40cb292c7c8f9887bbee1d0a2668b832c1bf393685f909dd269c93d3390caac
maxTokenPerMint() view returns (uint256)
5
name() view returns (string)
SpeedrunAI
owner() view returns (address)
0xc6f1b501647110e1b1a6875ac8ba993b8a97b2e7
pricePerToken() view returns (uint256)
0
saleToSeries() view returns (uint256)
2
symbol() view returns (string)
SRAI
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getSeries(uint256 tokenId) pure returns (uint256)
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)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(address addr, uint256 amount) payable
releaseNextSeries()
renounceOwnership()
revealToSeries(uint256 newRevealedTo)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMaxPerMint(uint256 newMaxPerMint)
setPlaceholderURI(string newURI)
setTokenPrice(uint256 newCostPerToken)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address withdrawTo)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.