Sox by Some
Verified contract
Active on
Ethereum with 718 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 "Sox by Some"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18092629 | a year ago | | | 0 | 0.0011212604 | |
| 16682337 | 2 years ago | | | 0 | 0.0014841367 | |
| 16406878 | 2 years ago | | | 0 | 0.0010384683 | |
| 16396238 | 2 years ago | | | 0 | 0.00064625977 | |
| 16376277 | 2 years ago | | | 0 | 0.0013528483 | |
| 16375794 | 2 years ago | | | 0 | 0.00095673401 | |
| 16375209 | 2 years ago | | | 0 | 0.00092601285 | |
| 16375201 | 2 years ago | | | 0 | 0.00085877536 | |
| 16375199 | 2 years ago | | | 0 | 0.00090775232 | |
| 16375199 | 2 years ago | | | 0 | 0.00090775232 |
ABI
ABI objects
Getter at block 21179950
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
499
name() view returns (string)
Sox by Some
owner() view returns (address)
0x105e4323ab061d5a7178188c69a6834be01e9e56
price() view returns (uint256)
2500000000000000
symbol() view returns (string)
Sox
totalSupply() view returns (uint256)
498
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 operator, uint256 tokenId) payable
communitymint(address rec, uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreePerAddr(uint256 maxTx, uint256 maxS)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()