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 "OldSport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20702069 | 3 months ago | | | 0 | 0.000037728623 | |
| 20099899 | 5 months ago | | | 0 | 0.00016726760 | |
| 20013850 | 6 months ago | | | 0 | 0.00064862811 | |
| 18865511 | a year ago | | | 0 | 0.00037060699 | |
| 18801308 | a year ago | | | 0 | 0.0010463618 | |
| 18799778 | a year ago | | | 0 | 0.0018565673 | |
| 18721574 | a year ago | | | 0 | 0.0022921286 | |
| 18721574 | a year ago | | | 0 | 0.0022943991 | |
| 18287340 | a year ago | | | 0 | 0.00026719611 | |
| 18074824 | a year ago | | | 0 | 0.00056151302 |
ABI
ABI objects
Getter at block 21283889
MAX_TOKENS() view returns (uint256)
1920
PRICE() view returns (uint256)
1000000000000000000
name() view returns (string)
OldSport
owner() view returns (address)
0x02139ed2dce43062d6c61420fa8610a277c5fa69
phase() view returns (uint8)
4
royaltyAddress() view returns (address)
0x02139ed2dce43062d6c61420fa8610a277c5fa69
royaltyFee() view returns (uint96)
1000
symbol() view returns (string)
OLDSPORT
totalSupply() view returns (uint256 _value)
280
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoot(uint8) view returns (bytes32)
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)
mint(bytes32[] data) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMerkleRoot(uint8 _phase, bytes32 _merkleRoot)
setPhase(uint8 _phase)
setRoyaltyAddress(address addr)
setRoyaltyFee(uint96 fee)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.