SJ741 Emeralds
Verified contract
Active on
Ethereum with 3,034 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 "SJ741 Emeralds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203356 | 16 hours ago | | | 0 | 0.00025351664 | |
| 21109602 | 14 days ago | | | 0 | 0.00011278419 | |
| 21102382 | 15 days ago | | | 0 | 0.00012298500 | |
| 21100401 | 15 days ago | | | 0 | 0.00017078374 | |
| 21089996 | 16 days ago | | | 0 | 0.00015080462 | |
| 21081319 | 18 days ago | | | 0 | 0.00023670720 | |
| 21059149 | 21 days ago | | | 0 | 0.00042181115 | |
| 20929682 | a month ago | | | 0 | 0.0015343612 | |
| 20924865 | a month ago | | | 0 | 0.00070600925 | |
| 20919524 | a month ago | | | 0 | 0.00031680341 |
ABI
ABI objects
Getter at block 21208141
baseURI() view returns (string)
https://raw.githubusercontent.com/SerecThunderson/assets/main/emeralds/metadata/
decimals() view returns (uint256)
8
dev() view returns (address)
0xce78d01b5361021cc4e530ea1e9138adef145879
minted() view returns (uint32)
100003785
name() view returns (string)
SJ741 Emeralds
supportsNFTinterface() view returns (bool)
false
symbol() view returns (string)
EMERALD
totalSupply() pure returns (uint256)
777700000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownedNFTs(address, uint256) view returns (uint32)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeDev(address newDev)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
toggelNFTinterface()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
UnsupportedReceiver()