Potion 404
Verified contract
Active on
Ethereum with 3,414 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 "Potion 404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241517 | 4 days ago | | | 0 | 0.00024284538 | |
| 21021862 | a month ago | | | 0 | 0.00086448786 | |
| 21019552 | a month ago | | | 0 | 0.00022649347 | |
| 20981698 | a month ago | | | 0 | 0.00025164956 | |
| 20918609 | 2 months ago | | | 0 | 0.00029598508 | |
| 20906686 | 2 months ago | | | 0 | 0.00023950319 | |
| 20881871 | 2 months ago | | | 0 | 0.00055874786 | |
| 20637447 | 3 months ago | | | 0 | 0.000031357412 | |
| 20617085 | 3 months ago | | | 0 | 0.000037897408 | |
| 20616220 | 3 months ago | | | 0 | 0.000040407571 |
ABI
ABI objects
Getter at block 21269001
baseTokenURI() view returns (string)
dataURI() view returns (string)
https://raw.githubusercontent.com/Potion404/Potion404/main/
decimals() view returns (uint8)
18
maxTokensAmountPerWallet() view returns (uint256)
0
minted() view returns (uint256)
12125
name() view returns (string)
Potion 404
owner() view returns (address)
0xfea5395b9ad079883d978f765fb4f2d4a36a9e83
symbol() view returns (string)
P404
totalSupply() view returns (uint256)
1404000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getUserTokens(address user) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
stakingAddresses(address) view returns (bool)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
disableLimits()
enableTrading(bool _isTradingEnabled)
mint(address to, uint256 amount)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovalStakingAddress(address stakingAddress, bool approved)
setDataURI(string _dataURI)
setIsPairSet(bool _isPairSet)
setNameSymbol(string _name, string _symbol)
setStakingAddress(address _stakingAddress, bool temp)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
MaxBalanceExceeded()
NotFound()
Unauthorized()
UnsafeRecipient()