Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "FOUR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307764 | 12 days ago | | | 0 | 0.00033658750 | |
| 20975672 | 2 months ago | | | 0 | 0.00046256336 | |
| 20163234 | 6 months ago | | | 0 | 0.00058144806 | |
| 20105741 | 6 months ago | | | 0 | 0.00036946395 | |
| 19697434 | 8 months ago | | | 0 | 0.00044505623 | |
| 19640241 | 8 months ago | | | 0 | 0.0013063319 | |
| 19640203 | 8 months ago | | | 0 | 0.0013438152 | |
| 19574252 | 8 months ago | | | 0 | 0.0011479627 | |
| 19557102 | 8 months ago | | | 0 | 0.0010460212 | |
| 19557092 | 8 months ago | | | 0 | 0.00098567535 |
ABI
ABI objects
Getter at block 21394525
applyTxLimit() view returns (bool)
false
baseTokenURI() view returns (string)
https://arweave.net/5ZS2JmF8QyLFW0bYvtmIL_618EKnUQ0QfZp0Syg7eSo/
buyLimit() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
mintPrice() view returns (uint256)
10000000000000000000000000000000000
minted() view returns (uint256)
8972
name() view returns (string)
FOUR
owner() view returns (address)
0xb314dc5e86fae86dbdef13b723c1db42c45adab0
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
publicMintPaused() view returns (bool)
false
publicMintSize() view returns (uint256)
5000
publicMinted() view returns (uint256)
39
sellLimit() view returns (uint256)
1
symbol() view returns (string)
404
totalSupply() view returns (uint256)
10000000000000000000000
txLimit() view returns (uint256)
10000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
userBuylimit(address) view returns (uint256)
userSelllimit(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setLimit(uint256 _buylimit, uint256 _selllimit)
setMintPrice(uint256 _mintPrice)
setNameSymbol(string _name, string _symbol)
setPublicMintPaused(bool _publicMintPaused)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
startApplyingLimit()
stopApplyingLimit()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(bytes32 indexed topic0, address indexed from, address indexed to, uint256 tokens) anonymous
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor(address _owner, uint256 _totalSupply, uint256 _publicMintSize, uint8 _decimal, uint256 _buylimit, uint256 _selllimit)
This contract contains no fallback and receive objects.
AlreadyExists()
EnforcedPause()
ExpectedPause()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Unauthorized()
UnsafeRecipient()