1000km run NFT
Verified contract
Active on
Ethereum with 513 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 "1000km run NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19195623 | 9 months ago | | | 0 | 0.0011260462 | |
| 18037065 | a year ago | | | 0 | 0.00072868181 | |
| 18034978 | a year ago | | | 0.003 | 0.0017422873 | |
| 18034968 | a year ago | | | 0.009 | 0.0025085492 | |
| 18034846 | a year ago | | | 0.003 | 0.0027194917 | |
| 18034567 | a year ago | | | 0.003 | 0.0022625396 | |
| 18031893 | a year ago | | | 0.021 | 0.0011129143 | |
| 18030972 | a year ago | | | 0.006 | 0.0015597956 | |
| 18028226 | a year ago | | | 0.003 | 0.0041988599 | |
| 18025401 | a year ago | | | 0.003 | 0.0015577547 |
ABI
ABI objects
Getter at block 21227894
name() view returns (string)
1000km run NFT
owner() view returns (address)
0xac085beedda6b69c9822e78ccc61b91633542895
sbt() view returns (bool)
true
symbol() view returns (string)
BUDOU
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
lock(uint256) view returns (bool)
maxSupply(uint256) view returns (uint256)
mintLimit(uint256) view returns (uint256)
minted(uint256, address) view returns (uint256)
publicPrice(uint256) view returns (uint256)
publicSaleStart(uint256) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events airDrop(uint256 _tokenId, address[] _list, uint256 _amount)
burnAdmin(address to, uint256 id, uint256 amount)
ownerMint(address to, uint256 _tokenId, uint256 _amount)
publicMint(uint256 _tokenId, uint256 _amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _tokenId, uint256 _maxSupply)
setMintLimit(uint256 _tokenId, uint256 _size)
setOptions(uint256 _tokenId, string _uri, uint256 _maxSupply, uint256 _limit, bool _publicState, uint256 _newPublicPrice, bool _lock)
setPublicPrice(uint256 _tokenId, uint256 _newPublicPrice)
setPublicSaleStart(uint256 _tokenId, bool _publicState)
setRoyalty(address _royaltyAddress, uint96 _feeNumerator)
setURI(uint256 _tokenId, string _uri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.