SameKongz
Verified contract
Active on
Ethereum with 1,540 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 "SameKongz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20793772 | a month ago | | | 0 | 0.00038848427 | |
| 20727671 | 2 months ago | | | 0 | 0.00014843546 | |
| 19256096 | 8 months ago | | | 0 | 0.0014225006 | |
| 16914012 | 2 years ago | | | 0 | 0.0010178675 | |
| 16434492 | 2 years ago | | | 0 | 0.0021044401 | |
| 16434486 | 2 years ago | | | 0 | 0.0022800840 | |
| 16306556 | 2 years ago | | | 0 | 0.00088668881 | |
| 16278915 | 2 years ago | | | 0 | 0.0029498565 | |
| 16265855 | 2 years ago | | | 0 | 0.00078454250 | |
| 16265854 | 2 years ago | | | 0 | 0.00080890575 |
ABI
ABI objects
Getter at block 21093387
baseURI() view returns (string)
ipfs://bafybeidkswmnpnwslceh4xmixyo7of4vkdcqeb7rk5w6tshgh6vnhpz2wi/
cost() view returns (uint256)
50000000000000000
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
3888
name() view returns (string)
SameKongz
owner() view returns (address)
0x3eae0ca7e0b654035680d50ddc4172d4965e9c31
paused() view returns (bool)
false
symbol() view returns (string)
SKONGZ
totalSupply() view returns (uint256)
3888
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)
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)
burn(uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string defaultBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.