SAUDIBIRDS
Verified contract
Active on
Ethereum with 457 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($476.50)
Native
Value
$476.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1315 | $3,623.55 |
$476.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20445923 | 4 months ago | | | 0 | 0.000061364783 | |
| 20445916 | 4 months ago | | | 0 | 0.000064114187 | |
| 20445906 | 4 months ago | | | 0 | 0.000065108841 | |
| 20445898 | 4 months ago | | | 0 | 0.000063985278 | |
| 20445888 | 4 months ago | | | 0 | 0.000063707570 | |
| 18808165 | a year ago | | | 0 | 0.0016392987 | |
| 17255331 | 2 years ago | | | 0 | 0.0016840440 | |
| 16194652 | 2 years ago | | | 0 | 0.00036742601 | |
| 15647044 | 2 years ago | | | 0 | 0.00099060251 | |
| 15408226 | 2 years ago | | | 0 | 0.00035854590 |
ABI
ABI objects
Getter at block 21318866
CONTRACT_VERSION() view returns (uint8)
2
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xc5c0f482b561cf2ff5e2206b4e21ec749111ab63
_baseTokenURI() view returns (string)
ipfs://QmcTqFyWWFDx19KF67T9XoL9yCDzsfqanGfHLTadAynmYD/
baseTokenURI() view returns (string)
ipfs://QmcTqFyWWFDx19KF67T9XoL9yCDzsfqanGfHLTadAynmYD/
collectionSize() view returns (uint256)
7000
contractURI() pure returns (string)
ipfs://QmdVPHMKmKvMA4TvxfYwQzEnZaCxerTSgWRTxtG3X1gzTD
currentTokenId() view returns (uint256)
541
getNextTokenId() view returns (uint256)
542
maxBatchSize() view returns (uint256)
1
mintingOpen() view returns (bool)
true
name() view returns (string)
SAUDIBIRDS
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc5c0f482b561cf2ff5e2206b4e21ec749111ab63
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
SB
totalSupply() view returns (uint256)
541
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) 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)
mintManyAdmin(address[] _addresses, uint256 _addressCount)
mintTo(address _to) payable
mintToAdmin(address _to)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleWhitelist(address _to, uint256 _amount) payable
openMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
withdrawAllERC20(address _tokenContract, uint256 _amount)
withdrawAllRampp()
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.