Oni Squad
Verified contract
Active on
Ethereum with 7,534 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 "Oni Squad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174329 | 19 days ago | | | 0 | 0.0014651317 | |
| 20722101 | 3 months ago | | | 0 | 0.00040082153 | |
| 20675394 | 3 months ago | | | 0 | 0.000064078358 | |
| 20649881 | 3 months ago | | | 0 | 0.000061195680 | |
| 20636207 | 3 months ago | | | 0 | 0.00020481149 | |
| 20544799 | 3 months ago | | | 0 | 0.000043233906 | |
| 20543021 | 3 months ago | | | 0 | 0.000083448684 | |
| 20539684 | 4 months ago | | | 0 | 0.000066106690 | |
| 20417895 | 4 months ago | | | 0 | 0.00017653209 | |
| 20385432 | 4 months ago | | | 0 | 0.00023280085 |
ABI
ABI objects
Getter at block 21307451
MAX_BY_MINT() view returns (uint256)
3
MAX_ELEMENTS() view returns (uint256)
6666
PRICE() view returns (uint256)
0
baseTokenURI() view returns (string)
https://onisquadgg.mypinata.cloud/ipfs/QmT2hAYpidBUdYSoXdf8GKUzD9VchHKESTtu2Ft6k6dCHC/
creatorAddress() view returns (address)
0x279f7364049b22bb8a456532250c473e7b491619
getContractBalance() view returns (uint256)
0
name() view returns (string)
Oni Squad
paused() view returns (bool)
false
symbol() view returns (string)
OS
totalMint() view returns (uint256)
6666
totalSupply() view returns (uint256)
6666
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)
price(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _numTokensToMint) payable
pause()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMAX_BY_MINT(uint256 _maxByMint)
setMAX_ELEMENTS(uint256 _maxElements)
setPRICE(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
unpause()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateOni(uint256 indexed id)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseURI, address _creatorAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.